mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
gitlab-ci: Update Windows non-packaging builds to MSVC 14.34 toolset
This commit is contained in:
@@ -35,13 +35,13 @@
|
||||
variables:
|
||||
VCVARSALL: "${VS170COMNTOOLS}\\..\\..\\VC\\Auxiliary\\Build\\vcvarsall.bat"
|
||||
VCVARSPLATFORM: "x64"
|
||||
VCVARSVERSION: "14.33.31629"
|
||||
VCVARSVERSION: "14.34.31933"
|
||||
|
||||
.windows_vcvarsall_vs2022_x86:
|
||||
variables:
|
||||
VCVARSALL: "${VS170COMNTOOLS}\\..\\..\\VC\\Auxiliary\\Build\\vcvarsall.bat"
|
||||
VCVARSPLATFORM: "x86"
|
||||
VCVARSVERSION: "14.33.31629"
|
||||
VCVARSVERSION: "14.34.31933"
|
||||
|
||||
.windows_vcvarsall_vs2022_x64_package:
|
||||
variables:
|
||||
@@ -110,7 +110,7 @@
|
||||
CMAKE_CONFIGURATION: windows_vs2022_x64
|
||||
CMAKE_GENERATOR: "Visual Studio 17 2022"
|
||||
CMAKE_GENERATOR_PLATFORM: "x64"
|
||||
CMAKE_GENERATOR_TOOLSET: "v143,version=14.33.31629"
|
||||
CMAKE_GENERATOR_TOOLSET: "v143,version=14.34.31933"
|
||||
CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"
|
||||
|
||||
.windows_vs2019_x64:
|
||||
@@ -244,7 +244,7 @@
|
||||
- windows
|
||||
- shell
|
||||
- vs2022
|
||||
- msvc-19.33
|
||||
- msvc-19.34
|
||||
- nonconcurrent
|
||||
|
||||
.windows_tags_concurrent_vs2022:
|
||||
@@ -253,7 +253,7 @@
|
||||
- windows
|
||||
- shell
|
||||
- vs2022
|
||||
- msvc-19.33
|
||||
- msvc-19.34
|
||||
- concurrent
|
||||
|
||||
.windows_tags_concurrent_vs2019:
|
||||
|
||||
Reference in New Issue
Block a user