IAP GITLAB

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

as tar

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