Skip to content
Snippets Groups Projects
Commit b0af704b authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

Update .gitlab-ci.yml

parent 030e1411
No related branches found
No related tags found
No related merge requests found
---
dune:2.6--gcc:
image: registry.dune-project.org/docker/ci/dune:2.6
image: registry.dune-project.org/docker/ci/dune:2.6-debian-10-gcc-7-14
script:
- dunecontrol --current --opts=/duneci/opts.gcc all
- dunecontrol --current all
- cmake --build build-cmake --target build_tests
- cmake --build build-cmake --target test
dune:2.6--clang:
image: registry.dune-project.org/docker/ci/dune:2.6
image: registry.dune-project.org/docker/ci/dune:2.6-debian-10-clang-6-libcpp-17
script:
- dunecontrol --current --opts=/duneci/opts.clang all
- dunecontrol --current all
- cmake --build build-cmake --target build_tests
- cmake --build build-cmake --target test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment