diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2023-11-02 01:01:01 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2023-11-02 19:24:45 (GMT) |
commit | 06661b1e4ce2a60e114ca2e67c42d50d20e0092a (patch) | |
tree | 12056d3090611e7e74c33d050aed131a354fa428 /.gitlab-ci.yml | |
parent | a518e402c5dc1f2677e6cb1ef529b8d886b585d5 (diff) | |
download | CMake-06661b1e4ce2a60e114ca2e67c42d50d20e0092a.zip CMake-06661b1e4ce2a60e114ca2e67c42d50d20e0092a.tar.gz CMake-06661b1e4ce2a60e114ca2e67c42d50d20e0092a.tar.bz2 |
gitlab-ci: pull annotations for CDash from the jobs
Only move `cdash-build-id` between stages that make sense.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c1c9cc..032a6fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,6 +105,7 @@ l:iwyu-debian12: - .debian12_iwyu - .cmake_build_linux - .linux_x86_64_tags + - .cmake_cdash_artifacts - .run_automatically l:tidy-fedora38: @@ -112,6 +113,7 @@ l:tidy-fedora38: - .fedora38_tidy - .cmake_build_linux - .linux_x86_64_tags + - .cmake_cdash_artifacts - .run_automatically l:sphinx-fedora38: |