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

Use gcc8/lcov for coverage

parent 0f4d3b79
No related branches found
No related tags found
1 merge request!24Feature/back to lcov
...@@ -9,7 +9,8 @@ variables: ...@@ -9,7 +9,8 @@ variables:
include: include:
- local: '/.gitlab-ci/gcc8-seq-dbg.yml' - local: '/.gitlab-ci/gcc8-seq-dbg.yml'
- local: '/.gitlab-ci/gcc8-seq-release.yml' - local: '/.gitlab-ci/gcc8-seq-release.yml'
- local: '/.gitlab-ci/gcc8-seq-coverage.yml'
- local: '/.gitlab-ci/clang8-seq-release.yml' - local: '/.gitlab-ci/clang8-seq-release.yml'
- local: '/.gitlab-ci/clang8-mpi-release.yml' - local: '/.gitlab-ci/clang8-mpi-release.yml'
- local: '/.gitlab-ci/clang8-seq-coverage.yml' # - local: '/.gitlab-ci/clang8-seq-coverage.yml'
- local: '/.gitlab-ci/clang8-mpi-coverage.yml' # - local: '/.gitlab-ci/clang8-mpi-coverage.yml'
build:gcc8-seq-coverage:
image: localhost:5000/ubuntu_gcc8
stage: coverage
script:
- mkdir -p build/gcc8-seq-covrage
- cd build/gcc8-seq-covrage
- CXX=g++-8 CC=gcc-8 cmake ../.. -DCMAKE_BUILD_TYPE=Coverage
- make coverage
cache:
key: "${CI_COMMIT_REF_SLUG}-gcc8-seq-coverage"
paths:
- build/gcc8-seq-covrage
untracked: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment