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