From: Marc-André Lureau Date: Tue, 20 Jun 2023 15:37:20 +0000 (+0200) Subject: gitlab-ci: add msys2 meson test to junit report X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=81a12315ade028ae356e8f2e264344b537a9715b;p=qemu.git gitlab-ci: add msys2 meson test to junit report Signed-off-by: Marc-André Lureau Message-Id: <20230620153720.514882-3-marcandre.lureau@redhat.com> Signed-off-by: Thomas Huth --- diff --git a/.gitlab-ci.d/windows.yml b/.gitlab-ci.d/windows.yml index d45794463a..f889a468b5 100644 --- a/.gitlab-ci.d/windows.yml +++ b/.gitlab-ci.d/windows.yml @@ -16,6 +16,8 @@ expire_in: 7 days paths: - build/meson-logs/testlog.txt + reports: + junit: "build/meson-logs/testlog.junit.xml" before_script: - If ( !(Test-Path -Path msys64\var\cache ) ) { mkdir msys64\var\cache