Skip to content
Snippets Groups Projects
Commit 0dd97632 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Merge branch 'feature/drop-outdated-ci-config' into 'master'

[ci] Drop no longer supported CI configurations

See merge request !540
parents f0fe9b6c 14139648
No related branches found
No related tags found
1 merge request!540[ci] Drop no longer supported CI configurations
Pipeline #64750 passed
......@@ -31,25 +31,6 @@ debian-11-gcc-9-17-with-checking:
DUNECI_CMAKE_FLAGS: "-DDUNE_MAX_TEST_CORES=4 -DCMAKE_DISABLE_FIND_PACKAGE_LATEX=TRUE -DCMAKE_DISABLE_FIND_PACKAGE_Alberta=TRUE -DCMAKE_DISABLE_DOCUMENTATION=TRUE"
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment