Skip to content
Snippets Groups Projects

[ci] Drop no longer supported CI configurations

Merged Carsten Gräser requested to merge feature/drop-outdated-ci-config into master
1 file
+ 0
19
Compare changes
  • Side-by-side
  • Inline
+ 0
19
@@ -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