Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-plasticity
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-plasticity
Merge requests
!43
Modernize the CI setup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Modernize the CI setup
update-the-ci-setup
into
master
Overview
0
Commits
1
Pipelines
4
Changes
1
Merged
Sander, Oliver
requested to merge
update-the-ci-setup
into
master
1 year ago
Overview
0
Commits
1
Pipelines
4
Changes
1
Expand
0
0
Merge request reports
Viewing commit
347428e3
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
347428e3
CI: Update the Debian images to Debian 11
· 347428e3
Sander, Oliver
authored
1 year ago
The Debian 10 images have been removed.
.gitlab-ci.yml
+
4
−
4
Options
@@ -18,12 +18,12 @@ dune:2.9 clang C++20:
variables
:
DUNECI_BRANCH
:
releases/2.9
dune:git clang C++
17
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-1
0
-clang-
7-libcpp-17
dune:git clang
-11
C++
20
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-1
1
-clang-
11-20
script
:
duneci-standard-test
dune:git gcc-
8
C++
17
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-1
0
-gcc-
8-17
dune:git gcc-
10
C++
20
:
image
:
registry.dune-project.org/docker/ci/dune:git-debian-1
1
-gcc-
10-20
script
:
duneci-standard-test
# Check for spelling mistakes in text
Loading