repo.or.cz
/
kiteware-cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove unnecessary executable permission from .ps1 scripts
[kiteware-cmake.git]
/
.gitlab
/
ci
/
cmake-env.ps1
blob
505fa446310e02ce44fbad50e896216b8804ce15
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"