We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c074b76 commit 96161baCopy full SHA for 96161ba
ci/test/03_test_script.sh
@@ -130,6 +130,7 @@ bash -c "cmake -S $BASE_ROOT_DIR $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( (cat $
130
bash -c "cmake --build . $MAKEJOBS --target all $GOAL" || ( echo "Build failure. Verbose build follows." && cmake --build . --target all "$GOAL" --verbose ; false )
131
132
bash -c "${PRINT_CCACHE_STATISTICS}"
133
+bash -c "ccache -s"
134
du -sh "${DEPENDS_DIR}"/*/
135
du -sh "${PREVIOUS_RELEASES_DIR}"
136
0 commit comments