Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
code
pugs
Commits
fc45a24f
Commit
fc45a24f
authored
6 years ago
by
Stéphane Del Pino
Browse files
Options
Downloads
Patches
Plain Diff
Finish .gitlab-ci.yml splitting
parent
ee594f3c
No related branches found
No related tags found
1 merge request
!19
Feature/ci
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-28
1 addition, 28 deletions
.gitlab-ci.yml
.gitlab-ci/clang8-mpi-coverage.yml
+27
-0
27 additions, 0 deletions
.gitlab-ci/clang8-mpi-coverage.yml
with
28 additions
and
28 deletions
.gitlab-ci.yml
+
1
−
28
View file @
fc45a24f
...
...
@@ -9,31 +9,4 @@ variables:
include
:
-
local
:
'
/.gitlab-ci/gcc8-seq-dbg.yml'
-
local
:
'
/.gitlab-ci/clang8-seq-coverage.yml'
build:clang8-mpi-coverage
:
image
:
localhost:5000/ubuntu_clang8_mpi
stage
:
build
script
:
-
mkdir -p build/clang8-cov-mpi
-
cd build/clang8-cov-mpi
-
CXX=clang++-8 CC=clang-8 cmake ../.. -DCMAKE_BUILD_TYPE=Coverage -DCLANG_FORMAT=/usr/bin/clang-format-8
-
make pugs
cache
:
key
:
"
${CI_COMMIT_REF_SLUG}-clang8-cov-mpi"
paths
:
-
build/clang8-cov-mpi
untracked
:
true
test:clang8-mpi-coverage
:
image
:
localhost:5000/ubuntu_clang8_mpi
stage
:
test
dependencies
:
-
build:clang8-mpi-coverage
script
:
-
cd build/clang8-cov-mpi
-
make coverage
cache
:
key
:
"
${CI_COMMIT_REF_SLUG}-clang8-cov-mpi"
paths
:
-
build/clang8-cov-mpi
untracked
:
true
-
local
:
'
/.gitlab-ci/clang8-mpi-coverage.yml'
This diff is collapsed.
Click to expand it.
.gitlab-ci/clang8-mpi-coverage.yml
0 → 100644
+
27
−
0
View file @
fc45a24f
build:clang8-mpi-coverage
:
image
:
localhost:5000/ubuntu_clang8_mpi
stage
:
build
script
:
-
mkdir -p build/clang8-cov-mpi
-
cd build/clang8-cov-mpi
-
CXX=clang++-8 CC=clang-8 cmake ../.. -DCMAKE_BUILD_TYPE=Coverage -DCLANG_FORMAT=/usr/bin/clang-format-8
-
make pugs
cache
:
key
:
"
${CI_COMMIT_REF_SLUG}-clang8-cov-mpi"
paths
:
-
build/clang8-cov-mpi
untracked
:
true
test:clang8-mpi-coverage
:
image
:
localhost:5000/ubuntu_clang8_mpi
stage
:
test
dependencies
:
-
build:clang8-mpi-coverage
script
:
-
cd build/clang8-cov-mpi
-
make coverage
cache
:
key
:
"
${CI_COMMIT_REF_SLUG}-clang8-cov-mpi"
paths
:
-
build/clang8-cov-mpi
untracked
:
true
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