From 995d90ecbcfb4b4f0f52d23b66c838cf2c081496 Mon Sep 17 00:00:00 2001 From: Mats Taraldsvik Date: Tue, 2 Jan 2024 08:42:38 +0100 Subject: [PATCH] Update do_ci.ps1 --- ci/do_ci.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/do_ci.ps1 b/ci/do_ci.ps1 index 939d5945d0..a15d63e9c6 100644 --- a/ci/do_ci.ps1 +++ b/ci/do_ci.ps1 @@ -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