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

CI: remove redundant job template

parent 68154bba
No related branches found
No related tags found
1 merge request!2CI: set Ubuntu and macOS pipelines for the new monorepo
...@@ -107,30 +107,30 @@ variables: ...@@ -107,30 +107,30 @@ variables:
paths: paths:
- install - install
# temp template # # temp template
.geomodel-build-template-viz: &geomodel-viz-job # .geomodel-build-template-viz: &geomodel-viz-job
script: # script:
- echo "PWD; LS" # CI debug only # - echo "PWD; LS" # CI debug only
- pwd; ls # CI debug only # - pwd; ls # CI debug only
- ls dependencies-install # - ls dependencies-install
- ls dependencies-install/lib/cmake/ # - ls dependencies-install/lib/cmake/
- ls ../ # CI debug only # - ls ../ # CI debug only
- ls ../../ # CI debug only # - ls ../../ # CI debug only
- cmake --version # CI debug only # - cmake --version # CI debug only
- mkdir build # - mkdir build
- cd build # - cd build
- echo "CMAKE_ARGS - ${CMAKE_ARGS}" # - echo "CMAKE_ARGS - ${CMAKE_ARGS}"
- echo "CMAKE_EXTRA_FLAGS - ${CMAKE_EXTRA_FLAGS}" # - echo "CMAKE_EXTRA_FLAGS - ${CMAKE_EXTRA_FLAGS}"
- cmake ${CMAKE_ARGS} ${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 -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 . -- -j2 # using too many threads will cause weird compilation errors on the Ubuntu docker images...
- cmake --build . -- install # - cmake --build . -- install
- pwd; ls # CI debug only # - pwd; ls # CI debug only
- ls ../ # CI debug only # - ls ../ # CI debug only
- ls ../../ # CI debug only # - ls ../../ # CI debug only
artifacts: # artifacts:
paths: # paths:
- install # - install
...@@ -183,7 +183,7 @@ ubuntu-geomodel-base-builtinNlohmannXercesC: ...@@ -183,7 +183,7 @@ ubuntu-geomodel-base-builtinNlohmannXercesC:
ubuntu-geomodeL-visualization-builtinNlohmannXercesC: ubuntu-geomodeL-visualization-builtinNlohmannXercesC:
<<: *ubuntu-job <<: *ubuntu-job
<<: *geomodel-viz-job <<: *geomodel-job
needs: ["ubuntu-coin", "ubuntu-soqt"] needs: ["ubuntu-coin", "ubuntu-soqt"]
stage: step-C stage: step-C
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment