mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
gitlab-ci: Simplify collection of CTestTestfile artifacts
gitlab-runner 13.0 and above support `**` to match arbitrary directory paths.
This commit is contained in:
@@ -4,13 +4,8 @@
|
||||
artifacts:
|
||||
expire_in: 1d
|
||||
paths:
|
||||
# XXX(globbing): Can be simplified with support from
|
||||
# https://gitlab.com/gitlab-org/gitlab-runner/issues/4840
|
||||
- build/CTestTestfile.cmake
|
||||
- build/*/CTestTestfile.cmake
|
||||
- build/*/*/CTestTestfile.cmake
|
||||
- build/*/*/*/CTestTestfile.cmake
|
||||
- build/*/*/*/*/CTestTestfile.cmake
|
||||
# Test specifications.
|
||||
- build/**/CTestTestfile.cmake
|
||||
|
||||
# Allow CMake to find CMAKE_ROOT.
|
||||
- build/CMakeFiles/CMakeSourceDir.txt
|
||||
|
||||
Reference in New Issue
Block a user