Skip to content
Snippets Groups Projects
Commit 41acdc3a authored by Ben Boeckel's avatar Ben Boeckel
Browse files

gitlab-ci: use Fedora 33 images

parent 5e079b91
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ build:linux-plain:
test:linux-plain:
extends:
- .fedora31_plain
- .fedora33_plain
- .cmake_test_linux
- .cmake_package_artifacts
- .linux_test_tags
......@@ -81,7 +81,7 @@ build:linux-egl:
test:linux-egl:
extends:
# Required to get EGL support in the container.
- .fedora31_egl
- .fedora33_egl
- .cmake_test_linux
- .cmake_package_artifacts
- .linux_test_tags
......
......@@ -40,21 +40,21 @@
variables:
CMAKE_CONFIGURATION: linux_osmesa_static
.fedora31:
image: "kitware/paraview:ci-superbuild-fedora31-20201027"
.fedora33:
image: "kitware/paraview:ci-superbuild-fedora33-20201112"
variables:
GIT_SUBMODULE_STRATEGY: none
GIT_CLONE_PATH: $CI_BUILDS_DIR/gitlab-kitware-sciviz-ci
.fedora31_plain:
extends: .fedora31
.fedora33_plain:
extends: .fedora33
variables:
CMAKE_CONFIGURATION: linux_plain
.fedora31_egl:
extends: .fedora31
.fedora33_egl:
extends: .fedora33
variables:
CMAKE_CONFIGURATION: linux_egl
......
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