mbox series

[v2,0/2] gitlab-ci: msys2 improvements

Message ID 20230620153720.514882-1-marcandre.lureau@redhat.com
Headers show
Series gitlab-ci: msys2 improvements | expand

Message

Marc-André Lureau June 20, 2023, 3:37 p.m. UTC
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

Submitting again this small series from last year.

Marc-André Lureau (2):
  gitlab-ci: grab msys2 meson-logs as artifacts
  gitlab-ci: add msys2 meson test to junit report

 .gitlab-ci.d/windows.yml | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

Comments

Thomas Huth June 22, 2023, 8:47 a.m. UTC | #1
On 20/06/2023 17.37, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> Hi,
> 
> Submitting again this small series from last year.
> 
> Marc-André Lureau (2):
>    gitlab-ci: grab msys2 meson-logs as artifacts
>    gitlab-ci: add msys2 meson test to junit report
> 
>   .gitlab-ci.d/windows.yml | 15 +++++++++++----
>   1 file changed, 11 insertions(+), 4 deletions(-)

Thanks, queued the patches for my next pull request.

  Thomas