blob: fbd8ae891c4dd1a6648ddfd32f8cebc853c8e26f [file] [log] [blame]
$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"
}