IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 1ef47635 authored by ralfulrich's avatar ralfulrich
Browse files

faster dev build

parent d8c9088e
No related branches found
No related tags found
1 merge request!216faster dev build
Pipeline #1555 passed
......@@ -205,9 +205,14 @@ test-clang-8:
- set -o pipefail
- make run_examples | gzip -v -9 > examples.log.gz
rules:
- if: '$CI_MERGE_REQUEST_TITLE =~ /^WIP:/'
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_MERGE_REQUEST_ID
when: manual
allow_failure: true
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
allow_failure: true
artifacts:
when: always
expire_in: 3 days
......@@ -253,9 +258,14 @@ example-clang-8:
- set -o pipefail
- make install
rules:
- if: '$CI_MERGE_REQUEST_TITLE =~ /^WIP:/'
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_MERGE_REQUEST_ID
when: manual
allow_failure: true
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
allow_failure: true
cache:
paths:
- build/
......
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