IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 60cbb8b2 authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch 'coverage_on_master' into 'master'

automatically run on master

See merge request AirShowerPhysics/corsika!143
parents 86766153 027a5e49
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,8 @@ release-clang-8: ...@@ -145,7 +145,8 @@ release-clang-8:
- ctest -j4 - ctest -j4
when: manual when: manual
coverage: # special manual job to run after normal pipeline finished # the coverage generation should either run when manually requested, OR for all changes on the master
.coverage_job: &coverage_job
image: corsika/devel:u-18.04 image: corsika/devel:u-18.04
dependencies: dependencies:
- config-u-18_04 - config-u-18_04
...@@ -164,8 +165,16 @@ coverage: # special manual job to run after normal pipeline finished ...@@ -164,8 +165,16 @@ coverage: # special manual job to run after normal pipeline finished
expire_in: 1 year expire_in: 1 year
paths: paths:
- build/coverage-report.tar.gz - build/coverage-report.tar.gz
coverage: # special manual job to run after normal pipeline finished
<<: *coverage_job
when: manual when: manual
allow_failure: true
coverage_master: # special job to run on master banch changes
<<: *coverage_job
only:
refs:
- master
documentation: documentation:
image: corsika/devel:u-18.04 image: corsika/devel:u-18.04
......
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