IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 027a5e49 authored by ralfulrich's avatar ralfulrich
Browse files

automatically run on master

parent 86766153
No related branches found
No related tags found
1 merge request!143automatically run on master
Pipeline #817 passed
......@@ -145,7 +145,8 @@ release-clang-8:
- ctest -j4
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
dependencies:
- config-u-18_04
......@@ -164,8 +165,16 @@ coverage: # special manual job to run after normal pipeline finished
expire_in: 1 year
paths:
- build/coverage-report.tar.gz
coverage: # special manual job to run after normal pipeline finished
<<: *coverage_job
when: manual
allow_failure: true
coverage_master: # special job to run on master banch changes
<<: *coverage_job
only:
refs:
- master
documentation:
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