IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 199e3504 authored by Hans Dembinski's avatar Hans Dembinski Committed by ralfulrich
Browse files

fix?

parent 3bc30897
No related branches found
No related tags found
No related merge requests found
......@@ -12,23 +12,13 @@ build:
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=coverage
- cmake --build . -- -j 4
- ctest -j4 -V >& test.log
- ctest -j4 -V >& test.log || gzip -v -9 -S .gz test.log
- ../Tools/coverage.sh
after_script:
- cd build
- ls
- gzip -v -9 -S .gz test.log
- pwd
artifacts:
expire_in: 1 week
paths:
- build/coverage-report
when: on_success
artifacts:
expire_in: 1 week
paths:
- build/test.log.gz
when: on_failure
reports:
junit:
- build/test_outputs/junit*.xml
......
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