mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 18:19:11 -06:00
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
|