IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 7a01b57d authored by ralfulrich's avatar ralfulrich
Browse files

do not run coverage reports

parent 9dc510c9
No related tags found
No related merge requests found
......@@ -4,6 +4,24 @@ variables:
GIT_SSL_NO_VERIFY: "1"
build:
stage: build
tags:
- corsika
script:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Debug
- cmake --build . -- -j4
- ctest -j4 -V >& test.log || gzip -v -9 -S .gz test.log
artifacts:
expire_in: 1 year
paths:
- build/test.log.gz
reports:
junit:
- build/test_outputs/junit*.xml
coverage:
stage: build
tags:
- corsika
......
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