File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11variables :
22 ALMA_LATEST_IMAGE : " gitlab-registry.cern.ch/quasar-team/images/alma-10-build:latest"
3+ WINDOWS_LATEST_IMAGE : " gitlab-registry.cern.ch/quasar-team/images/win2025-build:latest"
34
45Compile on Windows :
56 stage : unstagged
6- image : $CI_REGISTRY_IMAGE/win2022-build:latest
7+ image : $WINDOWS_LATEST_IMAGE
78 tags :
8- - win2022 -container
9+ - win2025 -container
910 script :
1011 - cmake -B build
1112 - cmake --build build --config Release
@@ -27,9 +28,9 @@ Compile on Linux:
2728
2829Google Tests on Windows :
2930 stage : unstagged
30- image : $CI_REGISTRY_IMAGE/win2022-build:latest
31+ image : $WINDOWS_LATEST_IMAGE
3132 tags :
32- - win2022 -container
33+ - win2025 -container
3334 needs :
3435 - Compile on Windows
3536 script :
@@ -45,9 +46,9 @@ Google Tests on Linux:
4546
4647Pytest on Windows :
4748 stage : unstagged
48- image : $CI_REGISTRY_IMAGE/win2022-build:latest
49+ image : $WINDOWS_LATEST_IMAGE
4950 tags :
50- - win2022 -container
51+ - win2025 -container
5152 needs :
5253 - Compile on Windows
5354 script :
Original file line number Diff line number Diff line change 33
44#include < gtest/gtest.h>
55
6+ #include < chrono>
67#include < string>
78#include < thread> // NOLINT
89
You can’t perform that action at this time.
0 commit comments