Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
ef848cdfc76d0c5bef87d3f0414deaae427e01bc
/
.
/
.gitlab
/
ci
/
post_build.ps1
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"
}