Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-geometry
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
Service Desk
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
Core Modules
dune-geometry
Merge requests
!223
[ci] Drop no longer supported CI configurations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[ci] Drop no longer supported CI configurations
feature/drop-outdated-ci-config
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Carsten Gräser
requested to merge
feature/drop-outdated-ci-config
into
master
1 year ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
These configurations are outdated for two reasons:
Clang versions before 10 are no longer supported.
Ubuntu 18.04 has reached its EOL in 2023-06.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ad31e4e3
1 commit,
1 year ago
1 file
+
0
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
0
−
19
Options
@@ -23,25 +23,6 @@ ubuntu-20.04-clang-10-20-nobindings:
DUNECI_CMAKE_FLAGS
:
'
-DDUNE_ENABLE_PYTHONBINDINGS=ON'
tags
:
[
duneci
]
# no numpy version available for this image on the gitlab registry
# disable python bindings for now
ubuntu:18.04 clang-6-17
:
image
:
registry.dune-project.org/docker/ci/ubuntu:18.04
script
:
duneci-standard-test
stage
:
test
variables
:
DUNECI_TOOLCHAIN
:
clang-6-17
DUNECI_CMAKE_FLAGS
:
"
-DDUNE_ENABLE_PYTHONBINDINGS=OFF"
tags
:
[
duneci
]
ubuntu:18.04 clang-5-17
:
image
:
registry.dune-project.org/docker/ci/ubuntu:18.04
script
:
duneci-standard-test
stage
:
test
variables
:
DUNECI_TOOLCHAIN
:
clang-5-17
DUNECI_CMAKE_FLAGS
:
"
-DDUNE_ENABLE_PYTHONBINDINGS=OFF"
tags
:
[
duneci
]
# Check for spelling mistakes in text
code-spelling-check
:
stage
:
.pre
Loading