From 592647c924217cd2ceb8bc3c5346c567adfcdaf2 Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Wed, 26 Oct 2016 16:42:59 +0200 Subject: [PATCH] removed boost and petsc build from gitlab-ci --- .gitlab-ci.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6abec07..34e70e4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,8 @@ --- -cache: - paths: - - install/boost - - install/petsc - -before_script: - - tools/install_boost.sh +image: mathiwr/amdis-base:debian9 build:9-debug-gcc: stage: build - image: duneci/base:9 script: - tools/build_amdis.sh Debug only: @@ -17,7 +10,6 @@ build:9-debug-gcc: build:9-release-gcc: stage: build - image: duneci/base:9 script: - tools/build_amdis.sh Release only: @@ -25,18 +17,14 @@ build:9-release-gcc: build:9-parallel-debug-gcc: stage: build - image: duneci/base:9 script: - - tools/install_petsc.sh - tools/build_parallel_amdis.sh Debug only: - master build:9-parallel-release-gcc: stage: build - image: duneci/base:9 script: - - tools/install_petsc.sh - tools/build_parallel_amdis.sh Release only: - master -- GitLab