Skip to content
Snippets Groups Projects
Commit 592647c9 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

removed boost and petsc build from gitlab-ci

parent b01cb5e6
No related branches found
No related tags found
1 merge request!14Issue/cmake cleanup
---
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
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