mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-25 09:58:37 -05:00
ci: Provide WiX 3 in PATH of jobs that need it
Drop the `WIX` environment variable.
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
||||
. .gitlab/ci/wix3-env.ps1
|
||||
+1
@@ -0,0 +1 @@
|
||||
. .gitlab/ci/wix3-env.ps1
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
. .gitlab/ci/wix3-env.ps1
|
||||
@@ -3,3 +3,5 @@ if ("$env:CMAKE_CI_NIGHTLY" -eq "true") {
|
||||
. ".gitlab/ci/ispc-env.ps1"
|
||||
. ".gitlab/ci/swift-env.ps1"
|
||||
}
|
||||
|
||||
. .gitlab/ci/wix3-env.ps1
|
||||
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
. .gitlab/ci/wix3-env.ps1
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
& "$pwsh" -File .gitlab/ci/wix3.ps1
|
||||
|
||||
$pwdpath = $pwd.Path
|
||||
Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\wix3;$env:PATH"
|
||||
|
||||
light -help | Select -First 1
|
||||
@@ -387,13 +387,10 @@
|
||||
.before_script_windows: &before_script_windows
|
||||
- . .gitlab/ci/env.ps1
|
||||
- $pwdpath = $pwd.Path
|
||||
- (& "$pwsh" -File ".gitlab/ci/wix3.ps1")
|
||||
- Set-Item -Force -Path "env:WIX" -Value "$pwdpath\.gitlab\wix3"
|
||||
- (& "$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
|
||||
- . .gitlab/ci/qt-env.ps1
|
||||
- . .gitlab/ci/python-env.ps1
|
||||
|
||||
Reference in New Issue
Block a user