IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 859385fc authored by ralfulrich's avatar ralfulrich
Browse files

build

parent c9dc0633
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ build_test-clang-8:
- cd build_examples
- cmake -DCMAKE_BUILT_TYPE=Debug ../install/share/corsika/examples
- cmake --build . -- -j4
- cmake --build --target run_examples . -- -j4 | gzip -v -9 > examples.log.gz
- cmake --build . --target run_examples -- -j4 | gzip -v -9 > examples.log.gz
rules:
- if: '$CI_MERGE_REQUEST_ID && ($CI_MERGE_REQUEST_TITLE =~ /^Draft:/ || $CI_MERGE_REQUEST_TITLE =~ /^WIP:/)'
when: manual
......@@ -367,7 +367,7 @@ install-clang-8:
- cd build_examples
- cmake -DCMAKE_BUILT_TYPE=Release ../install/share/corsika/examples
- cmake --build . -- -j4
- cmake --build --target run_examples . -- -j4 | gzip -v -9 > examples.log.gz
- cmake --build . --target run_examples -- -j4 | gzip -v -9 > examples.log.gz
rules:
- if: '$CI_MERGE_REQUEST_LABELS =~ /Ready for code review/' # run on merge requests, if label 'Ready for code review' is set
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
......
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