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

Add built-in nlohmann_json build to CI

parent 18e20b0f
No related branches found
No related tags found
No related merge requests found
Pipeline #1584586 failed
......@@ -102,7 +102,7 @@ variables:
.geomodelvisualization-build-template: &geomodelvisualization-job
stage: build
variables:
CMAKE_ARGS: ${CMAKE_BASE_ARGS}
CMAKE_ARGS: ${CMAKE_BASE_ARGS} ${CMAKE_EXTRA_FLAGS}
script:
- echo "PWD; LS"
- pwd; ls
......@@ -163,3 +163,11 @@ geomodelvisualization-ubuntu:
<<: *ubuntu-job
<<: *geomodelvisualization-job
needs: ["coin-ubuntu", "soqt-ubuntu", "geomodelcore-ubuntu", "geomodelio-ubuntu"]
geomodelvisualization-ubuntu-standalone:
<<: *ubuntu-job
<<: *geomodelvisualization-job
needs: ["coin-ubuntu", "soqt-ubuntu", "geomodelcore-ubuntu", "geomodelio-ubuntu"]
variables:
CMAKE_EXTRA_FLAGS: -DGEOMODEL_USE_BUILTIN_JSON=TRUE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment