mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 16:18:43 -05:00
5 lines
176 B
PowerShell
Executable File
5 lines
176 B
PowerShell
Executable 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)"
|