Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Sander, Oliver
dune-gfe
Commits
50e6e081
Commit
50e6e081
authored
2 months ago
by
Sander, Oliver
Browse files
Options
Downloads
Patches
Plain Diff
CI: Also test with the 2.10 release
parent
c6cfa364
No related branches found
Branches containing commit
No related tags found
1 merge request
!174
Update ci jobs
Pipeline
#17016
canceled
2 months ago
Stage: .pre
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+58
-0
58 additions, 0 deletions
.gitlab-ci.yml
with
58 additions
and
0 deletions
.gitlab-ci.yml
+
58
−
0
View file @
50e6e081
...
...
@@ -28,6 +28,64 @@ dune:2.9 dune-elasticity gcc:
-
duneci-install-module https://gitlab.mn.tu-dresden.de/ag-sander/dune/dune-elasticity.git
script
:
duneci-standard-test
# Tests with the 2.10 release. That's the one in Debian trixie
#--------------------------------------------------------------------
dune:2.10 gcc-10
:
image
:
registry.dune-project.org/docker/ci/dune:2.10-debian-11-gcc-10-20
variables
:
DUNECI_BRANCH
:
releases/2.10
before_script
:
-
*before
script
:
duneci-standard-test
dune:2.10 dune-elasticity gcc-10
:
image
:
registry.dune-project.org/docker/ci/dune:2.10-debian-11-gcc-10-20
variables
:
DUNECI_BRANCH
:
releases/2.10
before_script
:
-
*before
-
duneci-install-module https://gitlab.mn.tu-dresden.de/ag-sander/dune/dune-elasticity.git
script
:
duneci-standard-test
dune:2.10 dune-curvedgrid dune-foamgrid gcc-10 C++20
:
image
:
registry.dune-project.org/docker/ci/dune:2.10-debian-11-gcc-10-20
variables
:
DUNECI_BRANCH
:
releases/2.10
before_script
:
-
*before
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-curvedgeometry.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-curvedgrid.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-foamgrid.git
script
:
duneci-standard-test
dune:2.10 dune-parmg dune-curvedgrid dune-foamgrid dune-elasticity gcc-10 C++20
:
image
:
registry.dune-project.org/docker/ci/dune:2.10-debian-11-gcc-10-20
variables
:
DUNECI_BRANCH
:
releases/2.10
before_script
:
-
*before
-
duneci-install-module https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.mn.tu-dresden.de/paraphase/dune-parmg.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-curvedgeometry.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-curvedgrid.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-foamgrid.git
-
duneci-install-module https://gitlab.mn.tu-dresden.de/ag-sander/dune/dune-elasticity.git
script
:
duneci-standard-test
# Full tests again, but this time with clang.
dune:2.10 dune-parmg dune-curvedgrid dune-foamgrid dune-elasticity clang-11 C++20
:
image
:
registry.dune-project.org/docker/ci/dune:2.10-debian-11-clang-11-20
variables
:
DUNECI_BRANCH
:
releases/2.10
before_script
:
-
*before
-
duneci-install-module https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.mn.tu-dresden.de/paraphase/dune-parmg.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-curvedgeometry.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-curvedgrid.git
-
duneci-install-module https://gitlab.dune-project.org/extensions/dune-foamgrid.git
-
duneci-install-module https://gitlab.mn.tu-dresden.de/ag-sander/dune/dune-elasticity.git
script
:
duneci-standard-test
# Tests with the git master branch
# Some, but not all optional dependencies are made available.
#------------------------------------------------------------------
...
...
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