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

CI: fix "ALL" job in Ubuntu

parent ed7f7728
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,8 @@ mac-gm-fsl:
mac-gm-all:
<<: *macos-job
<<: *geomodel-job
stage: step-A
stage: step-C
needs: ["mac-coin", "mac-soqt"]
variables:
CMAKE_ARGS: ${CMAKE_BASE_ARGS}
CMAKE_EXTRA_FLAGS: -DGEOMODEL_BUILD_ALL=TRUE
......@@ -380,8 +381,8 @@ ubu-gm-fsl:
ubu-gm-all:
<<: *ubuntu-job
<<: *geomodel-job
stage: step-B
needs: ["ubu-geant4"]
stage: step-C
needs: ["ubu-coin", "ubu-soqt", "ubu-geant4"]
variables:
CMAKE_ARGS: ${CMAKE_BASE_ARGS}
CMAKE_CONFIG_FLAGS: -DGEOMODEL_BUILD_ALL=TRUE
......
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