File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ variables :
2+ ALMA_LATEST_IMAGE : " gitlab-registry.cern.ch/quasar-team/images/alma-10-build:latest"
3+
14Compile on Windows :
25 stage : unstagged
36 image : $CI_REGISTRY_IMAGE/win2022-build:latest
@@ -13,7 +16,7 @@ Compile on Windows:
1316
1417Compile on Linux :
1518 stage : unstagged
16- image : gitlab-registry.cern.ch/quasar-team/images/alma-10-build
19+
1720 script :
1821 - cmake -B build
1922 - cmake --build build --config Release
@@ -34,7 +37,7 @@ Google Tests on Windows:
3437
3538Google Tests on Linux :
3639 stage : unstagged
37- image : gitlab-registry.cern.ch/quasar-team/images/alma-10-build
40+ image : $ALMA_LATEST_IMAGE
3841 needs :
3942 - Compile on Linux
4043 script :
@@ -62,14 +65,14 @@ Pytest on Linux:
6265
6366Run Sanity Checks :
6467 stage : unstagged
65- image : gitlab-registry.cern.ch/quasar-team/images/alma-10-build
68+ image : $ALMA_LATEST_IMAGE
6669 script :
6770 - pip install pre-commit
6871 - pre-commit run --all-files
6972
7073Update Documentation Website :
7174 stage : unstagged
72- image : gitlab-registry.cern.ch/quasar-team/images/alma-10-build
75+ image : $ALMA_LATEST_IMAGE
7376 script :
7477 - |
7578 curl -X POST \
You can’t perform that action at this time.
0 commit comments