IAP GITLAB

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

fix?

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