mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 15:20:56 -06:00
gitlab-ci: Update Windows builds to MSVC 19.32 toolset
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
variables:
|
||||
VCVARSALL: "${VS170COMNTOOLS}\\..\\..\\VC\\Auxiliary\\Build\\vcvarsall.bat"
|
||||
VCVARSPLATFORM: "x64"
|
||||
VCVARSVERSION: "14.31.31103"
|
||||
VCVARSVERSION: "14.32.31326"
|
||||
|
||||
.windows_vs2022_x64_ninja:
|
||||
extends:
|
||||
@@ -54,7 +54,7 @@
|
||||
CMAKE_CONFIGURATION: windows_vs2022_x64
|
||||
CMAKE_GENERATOR: "Visual Studio 17 2022"
|
||||
CMAKE_GENERATOR_PLATFORM: "x64"
|
||||
CMAKE_GENERATOR_TOOLSET: "v143,version=14.31.31103"
|
||||
CMAKE_GENERATOR_TOOLSET: "v143,version=14.32.31326"
|
||||
CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"
|
||||
|
||||
.windows_vs2019_x64:
|
||||
@@ -149,7 +149,7 @@
|
||||
- windows
|
||||
- shell
|
||||
- vs2022
|
||||
- msvc-19.31
|
||||
- msvc-19.32
|
||||
- nonconcurrent
|
||||
|
||||
.windows_tags_concurrent_vs2022:
|
||||
@@ -158,7 +158,7 @@
|
||||
- windows
|
||||
- shell
|
||||
- vs2022
|
||||
- msvc-19.31
|
||||
- msvc-19.32
|
||||
- concurrent
|
||||
|
||||
.windows_tags_concurrent_vs2019:
|
||||
|
||||
Reference in New Issue
Block a user