Skip to content
Snippets Groups Projects
Commit 607f542b authored by Martin Alkämper's avatar Martin Alkämper
Browse files

Use new mirror of duneci images and add ubuntu 18.04

parent a73d411b
No related branches found
No related tags found
No related merge requests found
......@@ -5,24 +5,33 @@ before_script:
- duneci-install-module https://gitlab.dune-project.org/core/dune-grid.git
debian:10 gcc:c++17:
image: duneci/base:10
image: duneci/debian:10
script: duneci-standard-test
variables: {DUNECI_OPTS: /duneci/opts.gcc.c++17}
debian:9--gcc:
image: duneci/base:9
image: duneci/debian:9
script: duneci-standard-test
debian:9--clang:
image: duneci/base:9
image: duneci/debian:9
script: duneci-standard-test
variables: {DUNECI_OPTS: /duneci/opts.clang}
ubuntu:16.04--gcc:
image: duneci/base:16.04
image: duneci/ubuntu:16.04
script: duneci-standard-test
ubuntu:16.04--clang:
image: duneci/base:16.04
image: duneci/ubuntu:16.04
script: duneci-standard-test
variables: {DUNECI_OPTS: /duneci/opts.clang}
ubuntu:18.04--gcc:
image: duneci/ubuntu:18.04
script: duneci-standard-test
ubuntu:18.04--clang:
image: duneci/ubuntu:18.04
script: duneci-standard-test
variables: {DUNECI_OPTS: /duneci/opts.clang}
\ No newline at end of file
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