Skip to content
Snippets Groups Projects
Commit b1af657a authored by Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau
Browse files

[CI] Exclude the sis18, sis19 and mcbm_beam_2019_03 setups from geo checks

Needed until CbmSoft/cbmroot_geometry!228 is merged and removes them
parent 2028b971
No related branches found
No related tags found
1 merge request!1195Fix media check macros for MVD compat + re-enable check_media CI-CDASH test
Pipeline #23373 passed
...@@ -28,6 +28,11 @@ file(GLOB setup_files ...@@ -28,6 +28,11 @@ file(GLOB setup_files
LIST_DIRECTORIES false LIST_DIRECTORIES false
${CBMROOT_SOURCE_DIR}/geometry/setup/setup_*.C ${CBMROOT_SOURCE_DIR}/geometry/setup/setup_*.C
) )
list(FILTER setup_files EXCLUDE REGEX sis18)
list(FILTER setup_files EXCLUDE REGEX sis19)
list(FILTER setup_files EXCLUDE REGEX mcbm_beam_2019_03)
foreach(setup IN LISTS setup_files) foreach(setup IN LISTS setup_files)
string(REPLACE ${CBMROOT_SOURCE_DIR}/geometry/setup/setup_ "" setup ${setup}) string(REPLACE ${CBMROOT_SOURCE_DIR}/geometry/setup/setup_ "" setup ${setup})
string(REPLACE .C "" setup ${setup}) string(REPLACE .C "" setup ${setup})
......
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