Skip to content
Snippets Groups Projects

git subrepo pull packages/HighFive

Merged Stéphane Del Pino requested to merge update-packages into develop
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
test:clang11-mpi-debug:
image: localhost:5000/ubuntu_jammy_clang11_mpi
test:clang14-mpi-debug:
image: localhost:5000/ubuntu_jammy_clang14_mpi
stage: test
needs: []
script:
- mkdir -p build/clang11-debug-mpi
- cd build/clang11-debug-mpi
- CXX=clang++-11 CC=clang-11 cmake ../.. -DCMAKE_BUILD_TYPE=Debug
- mkdir -p build/clang14-debug-mpi
- cd build/clang14-debug-mpi
- CXX=clang++-14 CC=clang-14 cmake ../.. -DCMAKE_BUILD_TYPE=Debug
- make -j 4
- make check
cache:
key: "${CI_COMMIT_REF_SLUG}-clang11-debug-mpi"
paths:
- build/clang11-debug-mpi
- build/clang14-debug-mpi
untracked: true
Loading