From 996bdbcec73d12a98040452e8dc234cf9f6a018b Mon Sep 17 00:00:00 2001 From: Oliver Sander <oliver.sander@tu-dresden.de> Date: Mon, 5 Aug 2024 09:21:16 +0200 Subject: [PATCH] CI: Add a job that tests with the 2.9 release 2.9 is the latest version available as binary packages. I like to be able to work with those as much as possible. --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edfa0d1..9d1094b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,13 @@ before_script: - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-matrix-vector.git +dune:2.9 debian-11 gcc-10 C++20: + variables: + DUNECI_BRANCH: releases/2.9 + image: registry.dune-project.org/docker/ci/dune:2.9-debian-11-gcc-10-20 + before_script: + script: duneci-standard-test + dune:git ubuntu-20-04 clang-10 C++17: image: registry.dune-project.org/docker/ci/dune:git-ubuntu-20.04-clang-10-17 script: duneci-standard-test -- GitLab