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

.gitlab-ci.yml: use 2.6 branch of dune-fufem modules

parent 9b35df2f
No related branches found
No related tags found
1 merge request!24.gitlab-ci.yml: test with dune-parmg installed and other configurations
...@@ -11,10 +11,14 @@ before_script: &before ...@@ -11,10 +11,14 @@ before_script: &before
dune-fufem--gcc: dune-fufem--gcc:
image: duneci/dune:2.6-debian-10-gcc-8-17 image: duneci/dune:2.6-debian-10-gcc-8-17
script: duneci-standard-test script: duneci-standard-test
variables:
DUNECI_BRANCH: releases/2.6-1
dune-fufem--clang: dune-fufem--clang:
image: duneci/dune:2.6-debian-10-clang-7-libcpp-17 image: duneci/dune:2.6-debian-10-clang-7-libcpp-17
script: duneci-standard-test script: duneci-standard-test
variables:
DUNECI_BRANCH: releases/2.6-1
dune:git parmg gcc: dune:git parmg gcc:
image: duneci/dune:git-debian-10-gcc-8-17 image: duneci/dune:git-debian-10-gcc-8-17
......
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