diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2023-06-20 17:37:20 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-06-26 08:58:02 +0200 |
commit | 81a12315ade028ae356e8f2e264344b537a9715b (patch) | |
tree | 77fab3d7a078aaa610c6aa8cf1113c252f5f220c /.gitlab-ci.d | |
parent | a3fcbb47901cbf6e99ad68539867ae69ec3b605a (diff) |
gitlab-ci: add msys2 meson test to junit report
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230620153720.514882-3-marcandre.lureau@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r-- | .gitlab-ci.d/windows.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |