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: image: mathiwr/amdis-base:debian9
paths:
- install/boost
- install/petsc
before_script:
- tools/install_boost.sh
build:9-debug-gcc: build:9-debug-gcc:
stage: build stage: build
image: duneci/base:9
script: script:
- tools/build_amdis.sh Debug - tools/build_amdis.sh Debug
only: only:
...@@ -17,7 +10,6 @@ build:9-debug-gcc: ...@@ -17,7 +10,6 @@ build:9-debug-gcc:
build:9-release-gcc: build:9-release-gcc:
stage: build stage: build
image: duneci/base:9
script: script:
- tools/build_amdis.sh Release - tools/build_amdis.sh Release
only: only:
...@@ -25,18 +17,14 @@ build:9-release-gcc: ...@@ -25,18 +17,14 @@ build:9-release-gcc:
build:9-parallel-debug-gcc: build:9-parallel-debug-gcc:
stage: build stage: build
image: duneci/base:9
script: script:
- tools/install_petsc.sh
- tools/build_parallel_amdis.sh Debug - tools/build_parallel_amdis.sh Debug
only: only:
- master - master
build:9-parallel-release-gcc: build:9-parallel-release-gcc:
stage: build stage: build
image: duneci/base:9
script: script:
- tools/install_petsc.sh
- tools/build_parallel_amdis.sh Release - tools/build_parallel_amdis.sh Release
only: only:
- master - 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