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
4254d067
Commit
4254d067
authored
4 years ago
by
Ralf M Ulrich
Committed by
Ralf Ulrich
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
quality
parent
2fd97b3c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!188
Resolve "Improve merge request approval process"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+19
-17
19 additions, 17 deletions
.gitlab-ci.yml
with
19 additions
and
17 deletions
.gitlab-ci.yml
+
19
−
17
View file @
4254d067
...
@@ -10,6 +10,7 @@ variables:
...
@@ -10,6 +10,7 @@ variables:
# normal multi-step pipeline for each commit
# normal multi-step pipeline for each commit
stages
:
stages
:
-
config
-
config
-
quality
-
build_test
-
build_test
-
optional
-
optional
...
@@ -51,6 +52,24 @@ config-clang-8:
...
@@ -51,6 +52,24 @@ config-clang-8:
-
build
-
build
-
corsika-data
-
corsika-data
check-copyrights
:
image
:
corsika/devel:u-18.04
stage
:
quality
tags
:
-
corsika
script
:
-
./do-copyright.py
check-clang-format
:
image
:
corsika/devel:u-18.04
before_script
:
-
apt-get update && apt-get install -y -qq clang-format
stage
:
quality
tags
:
-
corsika
script
:
-
./do-clang-format.py --all
# normal pipeline for each commit
# normal pipeline for each commit
build-test-u-18_04
:
build-test-u-18_04
:
image
:
corsika/devel:u-18.04
image
:
corsika/devel:u-18.04
...
@@ -225,20 +244,3 @@ sanity:
...
@@ -225,20 +244,3 @@ sanity:
when
:
manual
when
:
manual
allow_failure
:
true
allow_failure
:
true
check-copyrights
:
image
:
corsika/devel:u-18.04
stage
:
optional
tags
:
-
corsika
script
:
-
./do-copyright.py
check-clang-format
:
image
:
corsika/devel:u-18.04
before_script
:
-
apt-get update && apt-get install -y -qq clang-format
stage
:
optional
tags
:
-
corsika
script
:
-
./do-clang-format.py --all
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