Remove unnecessary executable permission from .ps1 scripts
[kiteware-cmake.git] / .gitlab / ci / ninja-env.ps1
blob67c7036e5e9a3d475a30b58fa989ff79d44a5ee3
1 $pwdpath = $pwd.Path
2 & "$pwsh" -File ".gitlab/ci/ninja.ps1"
3 Set-Item -Force -Path "env:PATH" -Value "$pwdpath\.gitlab;$env:PATH"
4 Write-Host "ninja version: $(ninja --version)"