IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Antonio Augusto Alves Junior
corsika
Commits
7a01b57d
Commit
7a01b57d
authored
5 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
do not run coverage reports
parent
9dc510c9
Branches
update_project_docs
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-0
18 additions, 0 deletions
.gitlab-ci.yml
with
18 additions
and
0 deletions
.gitlab-ci.yml
+
18
−
0
View file @
7a01b57d
...
...
@@ -4,6 +4,24 @@ variables:
GIT_SSL_NO_VERIFY
:
"
1"
build
:
stage
:
build
tags
:
-
corsika
script
:
-
mkdir build
-
cd build
-
cmake .. -DCMAKE_BUILD_TYPE=Debug
-
cmake --build . -- -j4
-
ctest -j4 -V >& test.log || gzip -v -9 -S .gz test.log
artifacts
:
expire_in
:
1 year
paths
:
-
build/test.log.gz
reports
:
junit
:
-
build/test_outputs/junit*.xml
coverage
:
stage
:
build
tags
:
-
corsika
...
...
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