From 1181dea306ad425cfd629898fee5ed9a78c39edd Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 10 Oct 2024 12:34:19 -0400 Subject: [PATCH] ci: Add test-static-link-all meson logs as artifacts Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af85d3dd0..75712b100 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -177,6 +177,7 @@ meson static: expire_in: "7 days" paths: - 'build/meson-logs/' + - "test-static-link-all/build/meson-logs" # Check that the gstreamer documentation keeps working documentation: