Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
8ebdee931482a0c3f0c76b2e0debf458d0410aee
/
.
/
.gitlab
/
ci
/
ninja-env.ps1
blob: 67c7036e5e9a3d475a30b58fa989ff79d44a5ee3 [
file
]
$pwdpath
=
$pwd
.
Path
&
"$pwsh"
-
File
".gitlab/ci/ninja.ps1"
Set
-
Item
-
Force
-
Path
"env:PATH"
-
Value
"$pwdpath\.gitlab;$env:PATH"
Write
-
Host
"ninja version: $(ninja --version)"