mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
gitlab-ci: Factor out windows_vcvarsall_vs2022_x64 config block
Isolate the vcvarsall variables in a dedicated block.
This commit is contained in:
@@ -31,15 +31,20 @@
|
||||
CMAKE_CI_BUILD_TYPE: Release
|
||||
CTEST_NO_WARNINGS_ALLOWED: 1
|
||||
|
||||
.windows_vs2022_x64_ninja:
|
||||
extends: .windows_ninja
|
||||
|
||||
.windows_vcvarsall_vs2022_x64:
|
||||
variables:
|
||||
CMAKE_CONFIGURATION: windows_vs2022_x64_ninja
|
||||
VCVARSALL: "${VS170COMNTOOLS}\\..\\..\\VC\\Auxiliary\\Build\\vcvarsall.bat"
|
||||
VCVARSPLATFORM: "x64"
|
||||
VCVARSVERSION: "14.30.30705"
|
||||
|
||||
.windows_vs2022_x64_ninja:
|
||||
extends:
|
||||
- .windows_ninja
|
||||
- .windows_vcvarsall_vs2022_x64
|
||||
|
||||
variables:
|
||||
CMAKE_CONFIGURATION: windows_vs2022_x64_ninja
|
||||
|
||||
### External testing
|
||||
|
||||
.windows_vs2022_x64:
|
||||
|
||||
Reference in New Issue
Block a user