Skip to content
Snippets Groups Projects
Commit f9185861 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Allow file not existing

parent 76e9587a
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,6 @@ build-and-test:
- cd "$PROJECT_PATH_IN_WORKSPACE/build"
- ctest . || true
- ctest --rerun-failed --output-on-failure . || true
- cat Temporary/LastTest.log
- cat Temporary/LastTest.log || true
# Once again to make the job fail if an error occurs.
- ctest .
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