Skip to content

Commit

Permalink
Add debug logging to cirrus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Jan 9, 2024
1 parent 1ece1dc commit 4f62170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ task:
su rnpuser -c 'mkdir -p build/Testing/Temporary'
su rnpuser -c 'cp cmake/CTestCostData.txt build/Testing/Temporary'
su rnpuser -c 'PATH=$PWD/build/src/lib:$PATH \
ctest --parallel $(sysctl -n hw.ncpu) --test-dir build -C Debug --output-on-failure'
ctest --parallel $(sysctl -n hw.ncpu) --test-dir build -C Debug -V'
task:
name: package_source
Expand Down

0 comments on commit 4f62170

Please sign in to comment.