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

Finish .gitlab-ci.yml splitting

parent ee594f3c
No related branches found
No related tags found
1 merge request!19Feature/ci
......@@ -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'
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment