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

CI: Proper return code for building static libs


Co-Authored-By: default avatarMarko Petric <marko.petric@cern.ch>
parent 5e07999d
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ cmake -GNinja -DDD4HEP_USE_GEANT4=ON \ ...@@ -19,7 +19,7 @@ cmake -GNinja -DDD4HEP_USE_GEANT4=ON \
if [[ "${SHARED}" == "OFF" ]]; if [[ "${SHARED}" == "OFF" ]];
then then
exit 0; exit $?;
fi fi
ninja install && \ ninja install && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment