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