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