Files
cmake/.gitlab/ci/env_windows_vs2026_x64_ninja.ps1
Brad King ffa010e32d ci: Update Windows jobs to VS 2026
Convert most VS 2022 jobs to VS 2026.  Do not convert the IntelLLVM
and Clang jobs that need a VS 2022 command-line environment.
Do not convert jobs covering the `Visual Studio 17 2022` generator.
Add new ones for `Visual Studio 18 2026` instead.
2025-11-22 18:58:25 -05:00

15 lines
442 B
PowerShell

if ("$env:CMAKE_CI_NIGHTLY" -eq "true") {
if ("$env:CI_JOB_STAGE" -ne "build") {
# As a special case, we do not actually fetch IAR tooling
# in the build job. It is not used until the test job.
. ".gitlab/ci/iar-env.ps1"
}
. ".gitlab/ci/innosetup-env.ps1"
. ".gitlab/ci/ispc-env.ps1"
. ".gitlab/ci/nuget-env.ps1"
. ".gitlab/ci/swift-env.ps1"
}
& "$pwsh" -File .gitlab/ci/wix3.ps1
& "$pwsh" -File .gitlab/ci/wix4.ps1