Select Git revision
gcc10-mpi-coverage.yml
-
Stéphane Del Pino authored
The new machine is better. It is now possible to compile the code using the '-j 4' flag
Stéphane Del Pino authoredThe new machine is better. It is now possible to compile the code using the '-j 4' flag
gcc10-mpi-coverage.yml 372 B
coverage:gcc10-mpi-coverage:
image: localhost:5000/ubuntu_gcc10_mpi
stage: coverage
needs: []
script:
- mkdir -p build/gcc10-cov-mpi
- cd build/gcc10-cov-mpi
- CXX=g++-10 CC=gcc-10 cmake ../.. -DCMAKE_BUILD_TYPE=Coverage
- make -j 4
cache:
key: "${CI_COMMIT_REF_SLUG}-gcc10-cov-mpi"
paths:
- build/gcc10-cov-mpi
untracked: true