Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
elmarco authored and huth committed Jun 26, 2023
1 parent a3fcbb4 commit 81a1231
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.d/windows.yml
Expand Up @@ -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
Expand Down

0 comments on commit 81a1231

Please sign in to comment.