Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
592647c9
Commit
592647c9
authored
Oct 26, 2016
by
Praetorius, Simon
Browse files
removed boost and petsc build from gitlab-ci
parent
b01cb5e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
592647c9
---
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment