Browse Source

gitlab-ci: add job to run CPack RPM tests

Run tests on Fedora in a path without spaces so the RPM tests activate.
Brad King 4 years ago
parent
commit
369725faa5
1 changed files with 12 additions and 0 deletions
  1. 12 0
      .gitlab-ci.yml

+ 12 - 0
.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