Skip to content

Commit

Permalink
change build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto authored and Roberto committed Jan 17, 2024
1 parent 8879e29 commit 5c6aec5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/test/03_test_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ bash -c "${BASE_ROOT_DIR}/configure --cache-file=config.cache $BITCOIN_CONFIG_AL

make distdir VERSION="$HOST"

cd "${BASE_BUILD_DIR}/bitcoin-$HOST"
# cd "${BASE_BUILD_DIR}/bitcoin-$HOST"

bash -c "./configure --cache-file=../config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || ( (cat config.log) && false)

if [[ "${RUN_TIDY}" == "true" ]]; then
MAYBE_BEAR="bear --config src/.bear-tidy-config"
MAYBE_TOKEN="--"
fi
# if [[ "${RUN_TIDY}" == "true" ]]; then
# MAYBE_BEAR="bear --config src/.bear-tidy-config"
# MAYBE_TOKEN="--"
# fi

bash -c "${MAYBE_BEAR} ${MAYBE_TOKEN} make $MAKEJOBS $GOAL" || ( echo "Build failure. Verbose build follows." && make "$GOAL" V=1 ; false )

Expand Down

0 comments on commit 5c6aec5

Please sign in to comment.