From 011bd019fc2fc4adf6446a8955d91832ea3d355e Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Sun, 28 Mar 2021 22:01:29 +0200 Subject: [PATCH] [CI] Also test against Dune 2.7 Even for the master branch I'd like to know that this kinda works against the 2.7 release, because that is what people using packages have. --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be2ee13..6ead58c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,11 @@ before_script: - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-fufem.git - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git +dune:2.7 gcc: + image: registry.dune-project.org/docker/ci/dune:2.7-debian-10-gcc-8-17 + before_script: + script: duneci-standard-test + dune:git clang C++17: image: registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17 script: duneci-standard-test -- GitLab