Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-elasticity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
agnumpde
dune-elasticity
Commits
83572f44
Commit
83572f44
authored
3 years ago
by
lisa_julia.nebel_at_tu-dresden.de
Browse files
Options
Downloads
Patches
Plain Diff
Add several 2.8 pipelines and remove the 2.7 pipeline
parent
4e843569
No related branches found
No related tags found
2 merge requests
!66
Fix/pipeline
,
!65
Replace DUNE_DEPRECATED by [[deprecated]]
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+16
-3
16 additions, 3 deletions
.gitlab-ci.yml
with
16 additions
and
3 deletions
.gitlab-ci.yml
+
16
−
3
View file @
83572f44
...
@@ -6,10 +6,23 @@ before_script:
...
@@ -6,10 +6,23 @@ before_script:
-
duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-fufem.git
-
duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-fufem.git
-
duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
-
duneci-install-module https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
dune:2.7 gcc
:
dune:2.8 gcc C++17
:
image
:
registry.dune-project.org/docker/ci/dune:2.7-debian-10-gcc-8-17
image
:
registry.dune-project.org/docker/ci/dune:2.8-debian-10-gcc-8-17
before_script
:
script
:
duneci-standard-test
script
:
duneci-standard-test
variables
:
DUNECI_BRANCH
:
releases/2.8
dune:2.8 gcc C++20
:
image
:
registry.dune-project.org/docker/ci/dune:2.8-debian-11-gcc-9-20
script
:
duneci-standard-test
variables
:
DUNECI_BRANCH
:
releases/2.8
dune:2.8 clang C++17
:
image
:
registry.dune-project.org/docker/ci/dune:2.8-debian-10-clang-7-libcpp-17
script
:
duneci-standard-test
variables
:
DUNECI_BRANCH
:
releases/2.8
dune:git clang C++17
:
dune:git clang C++17
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
image
:
registry.dune-project.org/docker/ci/dune:git-debian-10-clang-7-libcpp-17
...
...
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