Skip to content
Snippets Groups Projects
Commit bd6bb8b5 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

CI: test

parent 5d4d789f
No related branches found
No related tags found
1 merge request!2CI: set Ubuntu and macOS pipelines for the new monorepo
......@@ -87,7 +87,6 @@ variables:
script:
- echo "PWD; LS" # CI debug only
- pwd; ls # CI debug only
- ls dependencies-install
- ls ../ # CI debug only
- ls ../../ # CI debug only
- cmake --version # CI debug only
......@@ -102,7 +101,30 @@ variables:
- pwd; ls # CI debug only
- ls ../ # CI debug only
- ls ../../ # CI debug only
artifacts:
paths:
- install
# temp template
.geomodel-build-template-viz: &geomodel-viz-job
script:
- echo "PWD; LS" # CI debug only
- pwd; ls # CI debug only
- ls dependencies-install
- ls ../ # CI debug only
- ls ../../ # CI debug only
- cmake --version # CI debug only
- mkdir build
- cd build
- echo "CMAKE_ARGS - ${CMAKE_ARGS}"
- echo "CMAKE_EXTRA_FLAGS - ${CMAKE_EXTRA_FLAGS}"
- cmake ${CMAKE_ARGS} ${CMAKE_EXTRA_FLAGS} ..
# - cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../install -DCMAKE_PREFIX_PATH=../dependencies-install -DGEOMODEL_BUILD_VISUALIZATION=TRUE -DGEOMODEL_USE_BUILTIN_JSON=TRUE -DGEOMODEL_USE_BUILTIN_XERCESC=TRUE ..
- cmake --build . -- -j2 # using too many threads will cause weird compilation errors on the Ubuntu docker images...
- cmake --build . -- install
- pwd; ls # CI debug only
- ls ../ # CI debug only
- ls ../../ # CI debug only
artifacts:
paths:
- install
......@@ -158,7 +180,7 @@ ubuntu-geomodel-base-builtinNlohmannXercesC:
ubuntu-geomodeL-visualization-builtinNlohmannXercesC:
<<: *ubuntu-job
<<: *geomodel-job
<<: *geomodel-viz-job
needs: ["ubuntu-coin", "ubuntu-soqt"]
stage: step-C
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment