Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
41acdc3a
Commit
41acdc3a
authored
Nov 12, 2020
by
Ben Boeckel
Browse files
gitlab-ci: use Fedora 33 images
parent
5e079b91
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
41acdc3a
...
...
@@ -47,7 +47,7 @@ build:linux-plain:
test:linux-plain:
extends
:
-
.fedora3
1
_plain
-
.fedora3
3
_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.
-
.fedora3
1
_egl
-
.fedora3
3
_egl
-
.cmake_test_linux
-
.cmake_package_artifacts
-
.linux_test_tags
...
...
.gitlab/os-linux.yml
View file @
41acdc3a
...
...
@@ -40,21 +40,21 @@
variables
:
CMAKE_CONFIGURATION
:
linux_osmesa_static
.fedora3
1
:
image
:
"
kitware/paraview:ci-superbuild-fedora3
1
-20201
027
"
.fedora3
3
:
image
:
"
kitware/paraview:ci-superbuild-fedora3
3
-20201
112
"
variables
:
GIT_SUBMODULE_STRATEGY
:
none
GIT_CLONE_PATH
:
$CI_BUILDS_DIR/gitlab-kitware-sciviz-ci
.fedora3
1
_plain
:
extends
:
.fedora3
1
.fedora3
3
_plain
:
extends
:
.fedora3
3
variables
:
CMAKE_CONFIGURATION
:
linux_plain
.fedora3
1
_egl
:
extends
:
.fedora3
1
.fedora3
3
_egl
:
extends
:
.fedora3
3
variables
:
CMAKE_CONFIGURATION
:
linux_egl
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment