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

Update .gitlab-ci.yml

parent b0af704b
No related branches found
No related tags found
No related merge requests found
......@@ -2,13 +2,13 @@
dune:2.6--gcc:
image: registry.dune-project.org/docker/ci/dune:2.6-debian-10-gcc-7-14
script:
- dunecontrol --current all
- dunecontrol --current --opts=/duneci/toolchain 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-debian-10-clang-6-libcpp-17
script:
- dunecontrol --current all
- dunecontrol --current --opts=/duneci/toolchain 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