From 729ee30c2eb627808f64199e3337fe7b0fcf8a74 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 19 May 2022 12:58:05 -0400 Subject: gitlab-ci: Simplify collection of CTestTestfile artifacts gitlab-runner 13.0 and above support `**` to match arbitrary directory paths. --- .gitlab/artifacts.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml index 5472c0a..c3f4418 100644 --- a/.gitlab/artifacts.yml +++ b/.gitlab/artifacts.yml @@ -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 -- cgit v0.12