mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user