Skip to content
Snippets Groups Projects
Commit 1811aedd authored by Ansgar Burchardt's avatar Ansgar Burchardt Committed by Timo Koch
Browse files

.gitlab-ci.yml: switch to new CI images

Closes: #12
(cherry picked from commit 66af8250)
parent 576b4a89
No related branches found
No related tags found
1 merge request!51Enable CI for release/2.6
Pipeline #18155 passed
---
dune:git clang:
image: duneci/dune:git
script: duneci-standard-test --opts=/duneci/opts.clang
dune:2.6 debian:10 clang-7-libcpp-17:
image: registry.dune-project.org/docker/ci/dune:2.6-debian-10-clang-6-libcpp-17
script: duneci-standard-test
tags: [duneci]
dune:git gcc:
image: duneci/dune:git
dune:2.6 debian:10 gcc-8:
image: registry.dune-project.org/docker/ci/dune:2.6-debian-10-gcc-8-17
script: duneci-standard-test
tags: [duneci]
dune:2.6 gcc:
image: duneci/dune:2.6
dune:2.6 debian:9 gcc-6:
image: registry.dune-project.org/docker/ci/dune:2.6-debian-9-gcc-6-14
script: duneci-standard-test
tags: [duneci]
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