mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
94b27ccc36
Run powershell child scripts using the same powershell tool as the parent script.
5 lines
152 B
PowerShell
Executable File
5 lines
152 B
PowerShell
Executable File
$pwdpath = $pwd.Path
|
|
& "$pwsh" -File ".gitlab/ci/ispc.ps1"
|
|
Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\ispc\bin;$env:PATH"
|
|
ispc --version
|