Select Git revision
.gitlab-ci.yml
-
Stéphane Del Pino authored
Coverage is now performed using gcc10/fastcov
Stéphane Del Pino authoredCoverage is now performed using gcc10/fastcov
.gitlab-ci.yml 471 B
stages:
- build
- test
- coverage
variables:
CTEST_OUTPUT_ON_FAILURE: 1
include:
- local: '/.gitlab-ci/clang10-mpi-debug.yml'
- local: '/.gitlab-ci/clang10-mpi-release.yml'
- local: '/.gitlab-ci/clang10-seq-release.yml'
- local: '/.gitlab-ci/gcc10-mpi-debug.yml'
- local: '/.gitlab-ci/gcc10-mpi-coverage.yml'
- local: '/.gitlab-ci/gcc10-mpi-release.yml'
- local: '/.gitlab-ci/gcc10-seq-coverage.yml'
- local: '/.gitlab-ci/gcc10-seq-release.yml'