Skip to content

Commit

Permalink
Update do_ci.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
meastp authored Jan 2, 2024
1 parent c9d2f4a commit 6fb5f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/do_ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ switch ($action) {
exit $exit
}
# cmake --build . -j $nproc -- -clp:ShowCommandLine
Start-Process cmake -ArgumentList "--build . -j $nproc -- -clp:ShowCommandLine" -NoNewWindow
Start-Process cmake -ArgumentList "--build . -j $nproc -- -clp:ShowCommandLine" -NoNewWindow -Wait
$exit = $LASTEXITCODE
if ($exit -ne 0) {
exit $exit
Expand Down

0 comments on commit 6fb5f08

Please sign in to comment.