Skip to content
Snippets Groups Projects
Verified Commit 9b35df2f authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

.gitlab-ci.yml: test with dune-parmg installed

parent e47a39b1
No related branches found
No related tags found
1 merge request!24.gitlab-ci.yml: test with dune-parmg installed and other configurations
......@@ -2,7 +2,7 @@
variables:
DUNECI_CMAKE_FLAGS: "-DDUNE_PYTHON_FORCE_PYTHON3=TRUE"
before_script:
before_script: &before
- duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-matrix-vector.git
- duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
- duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-fufem.git
......@@ -15,3 +15,17 @@ dune-fufem--gcc:
dune-fufem--clang:
image: duneci/dune:2.6-debian-10-clang-7-libcpp-17
script: duneci-standard-test
dune:git parmg gcc:
image: duneci/dune:git-debian-10-gcc-8-17
before_script:
- *before
- duneci-install-module https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.mn.tu-dresden.de/paraphase/dune-parmg.git
script: duneci-standard-test
dune:git parmg clang:
image: duneci/dune:git-debian-10-clang-7-libcpp-17
before_script:
- *before
- duneci-install-module https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.mn.tu-dresden.de/paraphase/dune-parmg.git
script: duneci-standard-test
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