diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-09 15:50:35 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-10-09 17:13:52 (GMT) |
commit | 544ee0edc0bd9b747058b42b0f44d36b7d4ee461 (patch) | |
tree | 2335aeebbb14776052abedacc30065b7f65ba679 /.gitlab/os-linux.yml | |
parent | 6ee22a56bc0dbf5cd5ca14b0f599864ee84d37cb (diff) | |
download | CMake-544ee0edc0bd9b747058b42b0f44d36b7d4ee461.zip CMake-544ee0edc0bd9b747058b42b0f44d36b7d4ee461.tar.gz CMake-544ee0edc0bd9b747058b42b0f44d36b7d4ee461.tar.bz2 |
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/os-linux.yml')
-rw-r--r-- | .gitlab/os-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml index 8e7a854..217442f 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 |