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 a155d34 commit 995d90e
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 @@ -63,7 +63,7 @@ switch ($action) {
if ($exit -ne 0) {
exit $exit
}
cmake --build . -j $nproc -- -verbosity:d
cmake --build . -j $nproc -- -clp:ShowCommandLine
$exit = $LASTEXITCODE
if ($exit -ne 0) {
exit $exit
Expand Down

0 comments on commit 995d90e

Please sign in to comment.