Skip to content
Snippets Groups Projects
Commit a3070222 authored by Andre Sailer's avatar Andre Sailer
Browse files

CI: add check for BUILD_RESULT before continuation

parent 5b57035d
Branches
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@ if [[ "${SHARED}" == "OFF" ]]; then
exit ${BUILD_RESULT}
fi
test ${BUILD_RESULT} -eq 0 && \
ninja install && \
. ../bin/thisdd4hep.sh && \
ctest --output-on-failure -j4 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment