From 718f1dfbca70d8ad289f8d4c49b6fa79c4fe0ef6 Mon Sep 17 00:00:00 2001 From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de> Date: Mon, 20 Aug 2018 13:15:48 +0200 Subject: [PATCH] Add marcels consistent edge orientation code in CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3bed353..3a4e5190 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ before_script: - echo "Running make concurrently with ${DUNECI_PARALLEL} cores, where possibly" - patches/apply_patches.sh - duneci-install-module --recursive https://gitlab.dune-project.org/dominic/dune-opcounter.git + - duneci-install-module --recursive https://gitlab.dune-project.org/marcel.koch/consistent-edge-orientation.git git-debian-10-gcc-7-14: image: "registry.dune-project.org/docker/ci/dune-pdelab:git-debian-10-gcc-7-14" -- GitLab