IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika
Commits
a2feac5e
Commit
a2feac5e
authored
4 years ago
by
Ralf Ulrich
Browse files
Options
Downloads
Patches
Plain Diff
CI pipelines also on non-MR branches
parent
d66d4f13
No related branches found
No related tags found
1 merge request
!234
WIP: Initial example of python as script language from C++
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+8
-7
8 additions, 7 deletions
.gitlab-ci.yml
Data
+1
-1
1 addition, 1 deletion
Data
with
9 additions
and
8 deletions
.gitlab-ci.yml
+
8
−
7
View file @
a2feac5e
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Data
@
47e6e5ab
Compare
0fd890c3
...
47e6e5ab
Subproject commit
0fd890c3e110dae8041654eb190462bd46b5a5ef
Subproject commit
47e6e5abb78b8151c9748af44e09efcbee810fac
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment