IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b70ec817 authored by Hans Dembinski's avatar Hans Dembinski
Browse files

as tar

parent a47473db
No related branches found
No related tags found
No related merge requests found
......@@ -13,11 +13,11 @@ build:
- cmake .. -DCMAKE_BUILD_TYPE=coverage
- cmake --build . -- -j 4
- ctest -j4 -V >& test.log || gzip -v -9 -S .gz test.log
- ../Tools/coverage.sh
- ../Tools/coverage.sh && tar czf coverage-report.tar.gz coverage-report
artifacts:
expire_in: 1 week
paths:
- build/coverage-report
- build/coverage-report.tar.gz
- build/test.log.gz
reports:
junit:
......
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