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