From b0fca984d0987c866d17b008037eba89ae52fa6e Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 9 Jun 2021 12:39:32 +0100 Subject: [PATCH] ci/windows: Artifact Meson build and test logs These are useful, especially when tests fail. The other jobs do this, so fall into line. Signed-off-by: Daniel Stone Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cd9171dd2ad..90ccc0004d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -966,6 +966,7 @@ meson-clang: - . .\.gitlab-ci\windows\mesa_build.ps1 artifacts: paths: + - _build/meson-logs/*.txt - _install/ .test-d3d12-windows: