CI: Add a long filename to a build

Nightly testing occasionally uncovers problems around long filenames
that were not found during gitlab-ci testing. Give a GitLab runner
a long filename to detect such problems.
This commit is contained in:
Kyle Edwards
2020-10-09 11:50:35 -04:00
parent 6ee22a56bc
commit 544ee0edc0
+1 -1
View File
@@ -52,7 +52,7 @@
image: "kitware/cmake:ci-fedora31-x86_64-2020-10-03"
variables:
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci"
GIT_CLONE_PATH: "$CI_BUILDS_DIR/cmake ci/long file name for testing purposes"
#### Lint builds