summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-10-09 11:50:35 -0400
committerKyle Edwards <kyle.edwards@kitware.com>2020-10-09 13:13:52 -0400
commit544ee0edc0bd9b747058b42b0f44d36b7d4ee461 (patch)
tree2335aeebbb14776052abedacc30065b7f65ba679 /.gitlab
parent6ee22a56bc0dbf5cd5ca14b0f599864ee84d37cb (diff)
downloadcmake-544ee0edc0bd9b747058b42b0f44d36b7d4ee461.tar.gz
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.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/os-linux.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index 8e7a854f45..217442f694 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -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