IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 87b47dba authored by ralfulrich's avatar ralfulrich
Browse files

examples -j2

parent ad7728f9
No related branches found
No related tags found
1 merge request!366fix problem with never-ending CI pipelines
Pipeline #4622 passed
......@@ -268,8 +268,8 @@ build_test-clang-8:
- mkdir -p build_examples
- cd build_examples
- cmake -DCMAKE_BUILD_TYPE=Debug ../install/share/corsika/examples
- cmake --build . -- -j4
- cmake --build . --target run_examples -- -j4 | gzip -v -9 > examples.log.gz
- cmake --build . -- -j2
- cmake --build . --target run_examples -- -j2 | gzip -v -9 > examples.log.gz
rules:
- if: '$CI_MERGE_REQUEST_ID && ($CI_MERGE_REQUEST_TITLE =~ /^Draft:/ || $CI_MERGE_REQUEST_TITLE =~ /^WIP:/)'
when: manual
......@@ -366,8 +366,8 @@ install-clang-8:
- mkdir -p build_examples
- cd build_examples
- cmake -DCMAKE_BUILD_TYPE=Release ../install/share/corsika/examples
- cmake --build . -- -j4
- cmake --build . --target run_examples -- -j4 | gzip -v -9 > examples.log.gz
- cmake --build . -- -j2
- cmake --build . --target run_examples -- -j2 | 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