mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
5 lines
174 B
PowerShell
Executable File
5 lines
174 B
PowerShell
Executable File
$pwdpath = $pwd.Path
|
|
& "$pwsh" -File ".gitlab/ci/innosetup.ps1"
|
|
Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\innosetup;$env:PATH"
|
|
ISCC 2>$null | Select -First 1
|