diff options
author | Brad King <brad.king@kitware.com> | 2021-06-10 14:02:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-10 18:46:22 (GMT) |
commit | 369725faa5e410ca5fdc51c84e4f11af73b13ade (patch) | |
tree | 4f56c7dd669161338ce442a289de188fac2d2c49 /.gitlab-ci.yml | |
parent | 1186ed64d0b11c6ad34010bec0cc028780a7181e (diff) | |
download | CMake-369725faa5e410ca5fdc51c84e4f11af73b13ade.zip CMake-369725faa5e410ca5fdc51c84e4f11af73b13ade.tar.gz CMake-369725faa5e410ca5fdc51c84e4f11af73b13ade.tar.bz2 |
gitlab-ci: add job to run CPack RPM tests
Run tests on Fedora in a path without spaces so the RPM tests activate.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 754b2a1..3765abc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |