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
Merge requests
!123
Copyright
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Copyright
copyright
into
master
Overview
11
Commits
33
Pipelines
10
Changes
1
Merged
Ralf Ulrich
requested to merge
copyright
into
master
5 years ago
Overview
10
Commits
33
Pipelines
10
Changes
1
Expand
Closes
#160 (closed)
0
0
Merge request reports
Viewing commit
31367fd4
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
31367fd4
again, reduce verbosity level for CI a bit
· 31367fd4
ralfulrich
authored
5 years ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -12,7 +12,7 @@ build:
-
cd build
-
cmake ..
-
cmake --build . -- -j 4
-
ctest -V
V
>& test.log
-
ctest -V >& test.log
after_script
:
-
cd build
-
ls
Loading