IAP GITLAB

Skip to content
Snippets Groups Projects
Commit a2feac5e authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

CI pipelines also on non-MR branches

parent d66d4f13
No related branches found
No related tags found
1 merge request!234WIP: Initial example of python as script language from C++
......@@ -49,7 +49,7 @@ check-copyrights:
rules:
- if: $CI_MERGE_REQUEST_ID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH
allow_failure: true
##########################################################
......@@ -65,7 +65,7 @@ check-clang-format:
rules:
- if: $CI_MERGE_REQUEST_ID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH
allow_failure: true
......@@ -91,7 +91,7 @@ check-clang-format:
rules:
- if: $CI_MERGE_REQUEST_ID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH
cache:
paths:
- ${CI_PROJECT_DIR}/build/
......@@ -133,7 +133,7 @@ config-clang-8:
when: manual
- if: $CI_COMMIT_TAG
when: manual
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH
when: manual
allow_failure: true
cache:
......@@ -182,7 +182,7 @@ build-clang-8:
when: manual
- if: $CI_COMMIT_TAG
when: manual
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH
when: manual
allow_failure: true
artifacts:
......@@ -295,7 +295,7 @@ build_test-clang-8:
when: manual
- if: $CI_COMMIT_TAG
when: manual
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH
when: manual
allow_failure: true
artifacts:
......@@ -349,7 +349,7 @@ example-clang-8:
- if: '$CI_MERGE_REQUEST_ID && $CI_MERGE_REQUEST_TITLE =~ /^WIP:/'
when: manual
allow_failure: true
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH
- if: $CI_MERGE_REQUEST_ID
- if: $CI_COMMIT_TAG
when: manual
......@@ -410,6 +410,7 @@ build_test_example-clang-8:
- if: $CI_COMMIT_TAG
when: manual
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH
when: manual
allow_failure: true
cache:
......
Subproject commit 0fd890c3e110dae8041654eb190462bd46b5a5ef
Subproject commit 47e6e5abb78b8151c9748af44e09efcbee810fac
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