Skip to content

Commit

Permalink
Add debug info for build.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Feb 25, 2025
1 parent 0a19cc7 commit 30ac8a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/metacall-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ sub_build() {
# Build the project
make -j$(getconf _NPROCESSORS_ONLN)

# Debug the make output
ls -la

# Tests (coverage needs to run the tests)
if [ $BUILD_TESTS = 1 ] || [ $BUILD_BENCHMARKS=1 ] || [ $BUILD_COVERAGE = 1 ]; then
ctest -j$(getconf _NPROCESSORS_ONLN) --timeout 5400 --output-on-failure --test-output-size-failed 3221000000 -C $BUILD_TYPE
Expand Down

0 comments on commit 30ac8a9

Please sign in to comment.