summaryrefslogtreecommitdiff
path: root/.gitlab/os-windows.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-11-11 11:43:56 -0500
committerBrad King <brad.king@kitware.com>2022-11-11 15:05:30 -0500
commit1ccffcf0ea1b0d49fe723bc7d08083f5767c1e20 (patch)
tree2f1ec2cbd31272601413d9f948469bac2f204c01 /.gitlab/os-windows.yml
parent781303c0e263b2497829a8f7c2160d223faa8509 (diff)
downloadcmake-1ccffcf0ea1b0d49fe723bc7d08083f5767c1e20.tar.gz
ci: Factor out helper to load python into environment on Windows
Diffstat (limited to '.gitlab/os-windows.yml')
-rw-r--r--.gitlab/os-windows.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml
index eb063f878d..ca46612727 100644
--- a/.gitlab/os-windows.yml
+++ b/.gitlab/os-windows.yml
@@ -305,9 +305,7 @@
- (& "$env:WIX\bin\light.exe" -help) | Select -First 1
- cmake --version
- . .gitlab/ci/qt-env.ps1
- - cmake -P .gitlab/ci/download_python3.cmake
- - Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\python3;$env:PATH"
- - python --version
+ - . .gitlab/ci/python-env.ps1
.cmake_build_windows:
stage: build