ci: Add PellesC 13.01 x86 nightly CI job

Issue: #21536
This commit is contained in:
Brad King
2026-05-11 14:55:38 -04:00
parent 414df30295
commit b7e07daad4
4 changed files with 22 additions and 0 deletions
+12
View File
@@ -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:
@@ -0,0 +1 @@
include("${CMAKE_CURRENT_LIST_DIR}/configure_windows_pellesc_common.cmake")
@@ -0,0 +1,3 @@
$povars_bat = "povars32.bat"
. .gitlab/ci/ninja-env.ps1
. .gitlab/ci/pellesc-env.ps1
+6
View File
@@ -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