diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be1f3371c8..0e9359a893 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1574,6 +1574,18 @@ t:windows-pellesc13.01-x64: variables: CMAKE_CI_JOB_NIGHTLY: "true" +t:windows-pellesc13.01-x86: + extends: + - .windows_pellesc13.01_x86 + - .cmake_test_windows_external + - .windows_x86_64_tags_concurrent + - .cmake_junit_artifacts + - .rules + needs: + - t:windows-vs2026-x64-ninja + variables: + CMAKE_CI_JOB_NIGHTLY: "true" + # Windows arm64 jobs b:windows-arm64-vs2026-ninja: diff --git a/.gitlab/ci/configure_windows_pellesc13.01_x86.cmake b/.gitlab/ci/configure_windows_pellesc13.01_x86.cmake new file mode 100644 index 0000000000..db8a63cae9 --- /dev/null +++ b/.gitlab/ci/configure_windows_pellesc13.01_x86.cmake @@ -0,0 +1 @@ +include("${CMAKE_CURRENT_LIST_DIR}/configure_windows_pellesc_common.cmake") diff --git a/.gitlab/ci/env_windows_pellesc13.01_x86.ps1 b/.gitlab/ci/env_windows_pellesc13.01_x86.ps1 new file mode 100644 index 0000000000..269e461c88 --- /dev/null +++ b/.gitlab/ci/env_windows_pellesc13.01_x86.ps1 @@ -0,0 +1,3 @@ +$povars_bat = "povars32.bat" +. .gitlab/ci/ninja-env.ps1 +. .gitlab/ci/pellesc-env.ps1 diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml index 98081f074a..4032aabfbb 100644 --- a/.gitlab/os-windows.yml +++ b/.gitlab/os-windows.yml @@ -340,6 +340,12 @@ variables: CMAKE_CONFIGURATION: windows_pellesc13.01_x64 +.windows_pellesc13.01_x86: + extends: .windows_pellesc + + variables: + CMAKE_CONFIGURATION: windows_pellesc13.01_x86 + .windows_arm64_vs2026: extends: .windows