Select Git revision
clang10-mpi-release.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
clang10-mpi-release.yml 453 B
test:clang10-mpi-release:
image: localhost:5000/ubuntu_clang10_mpi
stage: test
needs: []
script:
- mkdir -p build/clang10-release-mpi
- cd build/clang10-release-mpi
- CXX=clang++-10 CC=clang-10 cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCLANG_FORMAT=/usr/bin/clang-format-10
- make -j 4
- make check
cache:
key: "${CI_COMMIT_REF_SLUG}-clang10-release-mpi"
paths:
- build/clang10-release-mpi
untracked: true