Remove unnecessary executable permission from .ps1 scripts
[kiteware-cmake.git] / .gitlab / ci / post_build.ps1
blobfbd8ae891c4dd1a6648ddfd32f8cebc853c8e26f
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"