ci: cd into BASE_BUILD_DIR for GetCMakeLogFiles

This commit is contained in:
Sjors Provoost 2025-09-03 14:23:08 +02:00
parent ba0b4304ec
commit 9b76eef2d2
No known key found for this signature in database
GPG Key ID: 57FF9BDBCC301009
1 changed files with 1 additions and 0 deletions

View File

@ -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