Skip to content

Commit

Permalink
Temporarily enable extra CI debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Oct 9, 2023
1 parent 1bdb8a3 commit 0b17fe2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/build_common.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Temporary:
VERBOSE=1

set -eo pipefail

# Ensure the script is being executed in its containing directory
Expand Down Expand Up @@ -161,7 +164,9 @@ function test_preset()

pushd .. > /dev/null

ctest --preset=$PRESET
find . -type f -name 'CTestTestfile.cmake' -exec echo \; -exec echo "%%%%%%%%% File: {} %%%%%%%%%%%" \; -exec cat {} \;

ctest --preset=$PRESET -VV
echo "$BUILD_NAME testing complete."

popd > /dev/null
Expand Down

0 comments on commit 0b17fe2

Please sign in to comment.