mirror of https://github.com/bitcoin/bitcoin.git
ci: cd into BASE_BUILD_DIR for GetCMakeLogFiles
This commit is contained in:
parent
ba0b4304ec
commit
9b76eef2d2
|
@ -131,6 +131,7 @@ if [[ "${RUN_TIDY}" == "true" ]]; then
|
|||
fi
|
||||
|
||||
bash -c "cmake -S $BASE_ROOT_DIR -B ${BASE_BUILD_DIR} $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG" || (
|
||||
cd "${BASE_BUILD_DIR}"
|
||||
# shellcheck disable=SC2046
|
||||
cat $(cmake -P "${BASE_ROOT_DIR}/ci/test/GetCMakeLogFiles.cmake")
|
||||
false
|
||||
|
|
Loading…
Reference in New Issue