IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 75b32867 authored by Ralf M Ulrich's avatar Ralf M Ulrich Committed by Ralf Ulrich
Browse files

added two new CI job steps

parent e76e617d
No related branches found
No related tags found
No related merge requests found
......@@ -225,3 +225,20 @@ sanity:
when: manual
allow_failure: true
check-copyrights:
image: corsika/devel:u-18.04
stage: optional
tags:
- corsika
script:
- ./do-copyright.py
clang-format:
image: corsika/devel:u-18.04
stage: optional
tags:
- corsika
script:
- ./do-clang-format.py --all
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