summaryrefslogtreecommitdiff
path: root/.gitlab/ci/post_build.ps1
blob: fbd8ae891c4dd1a6648ddfd32f8cebc853c8e26f (plain)
1
2
3
4
$pwsh = [System.Diagnostics.Process]::GetCurrentProcess().MainModule.FileName
if (Test-Path -Path ".gitlab/ci/post_build_$env:CMAKE_CONFIGURATION.ps1" -PathType Leaf) {
  . ".gitlab/ci/post_build_$env:CMAKE_CONFIGURATION.ps1"
}