Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
amdis
Commits
592647c9
Commit
592647c9
authored
Oct 26, 2016
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed boost and petsc build from gitlab-ci
parent
b01cb5e6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
.gitlab-ci.yml
.gitlab-ci.yml
+1
-13
No files found.
.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
Markdown
is supported
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