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.
1 parent 2f91a74 commit 68c9bbdCopy full SHA for 68c9bbd
ci/scripts/ci.sh
@@ -15,6 +15,6 @@ if command -v clang-tidy >/dev/null 2>&1; then
15
clang-tidy --version
16
fi
17
18
-cmake -B "$CI_DIR" "${CMAKE_ARGS[@]+"${CMAKE_ARGS[@]}"}"
+cmake -B "$CI_DIR" "${CMAKE_ARGS[@]+"${CMAKE_ARGS[@]}"}" || cat "${CI_DIR}/CMakeFiles/CMakeConfigureLog.yaml"
19
cmake --build "$CI_DIR" -t all tests mpexamples -- "${BUILD_ARGS[@]+"${BUILD_ARGS[@]}"}"
20
ctest --test-dir "$CI_DIR" --output-on-failure
0 commit comments