https://github.com/Kitware/CMake
Raw File
Tip revision: 3b2ef9b54ca91ed9e0be2680558021b3d000a2ea authored by Brad King on 16 July 2024, 17:49:33 UTC
Merge branch 'release-3.29' into release-3.30
Tip revision: 3b2ef9b
ispc-env.ps1
$pwdpath = $pwd.Path
& "$pwsh" -File ".gitlab/ci/ispc.ps1"
Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab\ispc\bin;$env:PATH"
ispc --version
back to top