1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 05:26:58 +08:00

gitlab-ci: add job to run CPack RPM tests

Run tests on Fedora in a path without spaces so the RPM tests activate.
This commit is contained in:
Brad King
2021-06-10 10:02:06 -04:00
parent 1186ed64d0
commit 369725faa5

View File

@@ -194,6 +194,18 @@ test:fedora34-makefiles:
- .run_dependent
- .needs_centos6_x86_64
test:fedora34-makefiles-nospace:
extends:
- .fedora34_makefiles
- .cmake_test_linux_release
- .linux_builder_tags_qt
- .run_dependent
- .needs_centos6_x86_64
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake-ci"
CMAKE_CI_BUILD_NAME: fedora34_makefiles_nospace
CMAKE_CI_JOB_NIGHTLY: "true"
test:cuda10.2-nvidia:
extends:
- .cuda10.2_nvidia