Skip to content
Snippets Groups Projects
Commit ee594f3c authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Continue .gitlab-ci.yml splitting

parent 0a2da520
No related branches found
No related tags found
1 merge request!19Feature/ci
......@@ -8,34 +8,7 @@ variables:
include:
- local: '/.gitlab-ci/gcc8-seq-dbg.yml'
build:clang8-seq-coverage:
image: localhost:5000/ubuntu_clang8
stage: build
script:
- mkdir -p build/clang8-cov
- cd build/clang8-cov
- 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"
paths:
- build/clang8-cov
untracked: true
test:clang8-seq-coverage:
image: localhost:5000/ubuntu_clang8
stage: test
dependencies:
- build:clang8-seq-coverage
script:
- cd build/clang8-cov
- make coverage
cache:
key: "${CI_COMMIT_REF_SLUG}-clang8-cov"
paths:
- build/clang8-cov
untracked: true
- local: '/.gitlab-ci/clang8-seq-coverage.yml'
build:clang8-mpi-coverage:
image: localhost:5000/ubuntu_clang8_mpi
......
build:clang8-seq-coverage:
image: localhost:5000/ubuntu_clang8
stage: build
script:
- mkdir -p build/clang8-cov
- cd build/clang8-cov
- 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"
paths:
- build/clang8-cov
untracked: true
test:clang8-seq-coverage:
image: localhost:5000/ubuntu_clang8
stage: test
dependencies:
- build:clang8-seq-coverage
script:
- cd build/clang8-cov
- make coverage
cache:
key: "${CI_COMMIT_REF_SLUG}-clang8-cov"
paths:
- build/clang8-cov
untracked: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment