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

Reorganize pipeline

- Coverage is run on its own stage
parent 2a5734e2
No related branches found
No related tags found
1 merge request!20Feature/ci pipeline
stages:
- build
- test
- deploy
- coverage
variables:
CTEST_OUTPUT_ON_FAILURE: 1
......@@ -9,7 +9,7 @@ variables:
include:
- local: '/.gitlab-ci/gcc8-seq-dbg.yml'
- local: '/.gitlab-ci/gcc8-seq-release.yml'
- local: '/.gitlab-ci/clang8-seq-coverage.yml'
- local: '/.gitlab-ci/clang8-seq-release.yml'
- local: '/.gitlab-ci/clang8-mpi-coverage.yml'
- local: '/.gitlab-ci/clang8-mpi-release.yml'
- local: '/.gitlab-ci/clang8-seq-coverage.yml'
- local: '/.gitlab-ci/clang8-mpi-coverage.yml'
build:clang8-mpi-coverage:
coverage:clang8-mpi-coverage:
image: localhost:5000/ubuntu_clang8_mpi
stage: build
stage: coverage
script:
- mkdir -p build/clang8-cov-mpi
- cd build/clang8-cov-mpi
......
build:clang8-seq-coverage:
coverage:clang8-seq-coverage:
image: localhost:5000/ubuntu_clang8
stage: build
stage: coverage
script:
- mkdir -p build/clang8-cov
- cd build/clang8-cov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment