Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iwr
amdis
Commits
592647c9
Commit
592647c9
authored
8 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
removed boost and petsc build from gitlab-ci
parent
b01cb5e6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!14
Issue/cmake cleanup
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-13
1 addition, 13 deletions
.gitlab-ci.yml
with
1 addition
and
13 deletions
.gitlab-ci.yml
+
1
−
13
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment