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
/
post_build.ps1
blob
fbd8ae891c4dd1a6648ddfd32f8cebc853c8e26f
1
$pwsh
= [
System
.
Diagnostics
.
Process
]::
GetCurrentProcess
().
MainModule
.
FileName
2
if
(
Test-Path
-
Path
".gitlab/ci/post_build_
$env
:CMAKE_CONFIGURATION.ps1"
-
PathType Leaf
) {
3
.
".gitlab/ci/post_build_
$env
:CMAKE_CONFIGURATION.ps1"
4
}