From 72d2b4c5ceb4aa5e5a8da2145e0df83d83a63728 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt <ansgar.burchardt@tu-dresden.de> Date: Tue, 21 May 2019 14:58:23 +0200 Subject: [PATCH] .gitlab-ci.yml: use C++17 for GCC (for `if constexpr`) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a595390..d1501fce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ before_script: - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-elasticity.git dune-fufem--gcc: - image: duneci/dune:2.6-debian-10-gcc-7-14 + image: duneci/dune:2.6-debian-10-gcc-8-17 script: duneci-standard-test dune-fufem--clang: -- GitLab