Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2daba01ddf3f79bd4718680ef322f39366eeefef
/
.
/
.gitlab
/
ci
/
env.ps1
blob: 72a8cb85e974fead5584515a423953daaa4159ce [
file
]
$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"
}