mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
@@ -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
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user