Skip to content

Commit 9283d68

Browse files
OPCUA-3294 - Migrate CanModule image generation (Windows) to another … (#100)
* OPCUA-3294 - Migrate CanModule image generation (Windows) to another project and migrate to Windows 2025 * Missing chrono include
1 parent ba0f7b0 commit 9283d68

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

ci/gitlab/normal.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
variables:
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

45
Compile 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

2829
Google 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

4647
Pytest 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:

test/cpp/LogIt_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include <gtest/gtest.h>
55

6+
#include <chrono>
67
#include <string>
78
#include <thread> // NOLINT
89

0 commit comments

Comments
 (0)