Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-solvers
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
Show more breadcrumbs
agnumpde
dune-solvers
Commits
d5027adb
Commit
d5027adb
authored
4 months ago
by
graeser
Browse files
Options
Downloads
Plain Diff
Merge branch 'bugfix/fix-ci' into 'master'
[CI][bugfix] Fix CI config See merge request
!83
parents
4d903de2
419f4561
No related branches found
No related tags found
1 merge request
!83
[CI][bugfix] Fix CI config
Pipeline
#65685
passed
4 months ago
Stage: .pre
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+33
-12
33 additions, 12 deletions
.gitlab-ci.yml
with
33 additions
and
12 deletions
.gitlab-ci.yml
+
33
−
12
View file @
d5027adb
---
---
# Install external dependencies
# Install external dependencies
before_script
:
-
duneci-install-module https://gitlab.dune-project.org/fufem/dune-matrix-vector.git
# For release-based jobs, we use corresponding images,
# that already contain all core and staging dependencies.
.release_based_job
:
before_script
:
-
duneci-install-module https://gitlab.dune-project.org/fufem/dune-matrix-vector.git
# For branch-based-based jobs, we need to install all dependencies manually.
.branch_base_job
:
before_script
:
-
. /duneci/bin/duneci-init-job
-
duneci-install-module https://gitlab.dune-project.org/core/dune-common.git
-
duneci-install-module https://gitlab.dune-project.org/core/dune-geometry.git
-
duneci-install-module https://gitlab.dune-project.org/core/dune-localfunctions.git
-
duneci-install-module https://gitlab.dune-project.org/staging/dune-uggrid.git
-
duneci-install-module https://gitlab.dune-project.org/core/dune-grid.git
-
duneci-install-module https://gitlab.dune-project.org/core/dune-istl.git
-
duneci-install-module https://gitlab.dune-project.org/fufem/dune-matrix-vector.git
# The 2.9 release is the one in Debian 12 ('bookworm', 'stable' at the time of writing)
# The 2.9 release is the one in Debian 12 ('bookworm', 'stable' at the time of writing)
dune:2.9 debian-11 gcc-10 C++20
:
dune:2.9 debian-11 gcc-10 C++20
:
extends
:
.release_based_job
variables
:
variables
:
DUNECI_BRANCH
:
releases/2.9
DUNECI_BRANCH
:
releases/2.9
image
:
registry.dune-project.org/docker/ci/dune:2.9-debian-11-gcc-10-20
image
:
registry.dune-project.org/docker/ci/dune:2.9-debian-11-gcc-10-20
before_script
:
script
:
duneci-standard-test
script
:
duneci-standard-test
# The 2.10 release is the one in Debian 13 ('trixie', 'testing' at the time of writing)
# The 2.10 release is the one in Debian 13 ('trixie', 'testing' at the time of writing)
dune:2.10 debian-11 clang-13 C++20
:
# To test against 2.10 we need an image with the corresponding version of the core modules.
variables
:
# Unfortunately, there is no 2.10 image with a recent enough compiler.
DUNECI_BRANCH
:
releases/2.10
image
:
registry.dune-project.org/docker/ci/dune:git-debian-11-clang-13-20
script
:
duneci-standard-test
dune:2.10 debian-11 gcc-10 C++20
:
dune:2.10 debian-11 gcc-10 C++20
:
extends
:
.release_based_job
variables
:
variables
:
DUNECI_BRANCH
:
releases/2.10
DUNECI_BRANCH
:
releases/2.10
image
:
registry.dune-project.org/docker/ci/dune:
git
-debian-11-gcc-10-20
image
:
registry.dune-project.org/docker/ci/dune:
2.10
-debian-11-gcc-10-20
script
:
duneci-standard-test
script
:
duneci-standard-test
# Also test with the current development branch
# Also test with the current development branch
dune:git debian-11 clang-13 C++20
:
dune:git debian-11 clang-13 C++20
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-11-clang-13-20
extends
:
.branch_base_job
# image: registry.dune-project.org/docker/ci/dune:git-debian-11-clang-13-20
image
:
registry.dune-project.org/docker/ci/debian:11
variables
:
DUNECI_TOOLCHAIN
:
clang-13-20
script
:
duneci-standard-test
script
:
duneci-standard-test
dune:git debian-11 gcc-10 C++20
:
dune:git debian-11 gcc-10 C++20
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-11-gcc-10-20
extends
:
.branch_base_job
# image: registry.dune-project.org/docker/ci/dune:git-debian-11-gcc-10-20
image
:
registry.dune-project.org/docker/ci/debian:11
variables
:
DUNECI_TOOLCHAIN
:
gcc-10-20
script
:
duneci-standard-test
script
:
duneci-standard-test
# Check for spelling mistakes in text
# Check for spelling mistakes in text
...
...
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