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.
make
cmake --build
1 parent 6e5f33a commit c45186cCopy full SHA for c45186c
ci/test/03_test_script.sh
@@ -123,7 +123,7 @@ fi
123
124
bash -c "cmake -S $BASE_ROOT_DIR $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( (cat $(cmake -P "${BASE_ROOT_DIR}/ci/test/GetCMakeLogFiles.cmake")) && false)"
125
126
-bash -c "make $MAKEJOBS all $GOAL" || ( echo "Build failure. Verbose build follows." && make all "$GOAL" V=1 ; false )
+bash -c "cmake --build . $MAKEJOBS --target all $GOAL" || ( echo "Build failure. Verbose build follows." && cmake --build . --target all "$GOAL" --verbose ; false )
127
128
bash -c "${PRINT_CCACHE_STATISTICS}"
129
du -sh "${DEPENDS_DIR}"/*/
0 commit comments