Skip to content

Commit 68c9bbd

Browse files
committed
Print configure log if error
1 parent 2f91a74 commit 68c9bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ if command -v clang-tidy >/dev/null 2>&1; then
1515
clang-tidy --version
1616
fi
1717

18-
cmake -B "$CI_DIR" "${CMAKE_ARGS[@]+"${CMAKE_ARGS[@]}"}"
18+
cmake -B "$CI_DIR" "${CMAKE_ARGS[@]+"${CMAKE_ARGS[@]}"}" || cat "${CI_DIR}/CMakeFiles/CMakeConfigureLog.yaml"
1919
cmake --build "$CI_DIR" -t all tests mpexamples -- "${BUILD_ARGS[@]+"${BUILD_ARGS[@]}"}"
2020
ctest --test-dir "$CI_DIR" --output-on-failure

0 commit comments

Comments
 (0)