summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-windows.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-09-05 19:22:37 (GMT)
committerBrad King <brad.king@kitware.com>2023-09-05 19:22:37 (GMT)
commit67abc25e6716a75814fbc66e38786e498387e6c5 (patch)
treeee46aba68492427ca1d2c9ebc13d251d733b14bd /.gitlab/os-windows.yml
parent98e1bea3fa9eb303ec38d6c515bd6a75f725083e (diff)
downloadCMake-67abc25e6716a75814fbc66e38786e498387e6c5.zip
CMake-67abc25e6716a75814fbc66e38786e498387e6c5.tar.gz
CMake-67abc25e6716a75814fbc66e38786e498387e6c5.tar.bz2
ci: Factor out location of cmake in Qt download script
Diffstat (limited to '.gitlab/os-windows.yml')
-rw-r--r--.gitlab/os-windows.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml
index 422e147..81944cb 100644
--- a/.gitlab/os-windows.yml
+++ b/.gitlab/os-windows.yml
@@ -366,6 +366,7 @@
- Set-Item -Force -Path "env:WIX" -Value "$pwdpath\.gitlab\wix"
- (& "$pwsh" -File ".gitlab/ci/cmake.ps1")
- Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\cmake\bin;$env:PATH"
+ - $cmake = "cmake"
- . .gitlab/ci/ninja-env.ps1
- (& "$env:WIX\bin\light.exe" -help) | Select -First 1
- cmake --version