Skip to content
Snippets Groups Projects
Commit 72d2b4c5 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

.gitlab-ci.yml: use C++17 for GCC (for `if constexpr`)

parent ac6c5b40
No related branches found
No related tags found
1 merge request!17.gitlab-ci.yml: use C++17 for GCC (for `if constexpr`)
...@@ -6,7 +6,7 @@ before_script: ...@@ -6,7 +6,7 @@ before_script:
- duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-elasticity.git - duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-elasticity.git
dune-fufem--gcc: 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 script: duneci-standard-test
dune-fufem--clang: dune-fufem--clang:
......
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