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

marcandre.lureau@redhat.com posted 2 patches 10 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230620153720.514882-1-marcandre.lureau@redhat.com
Maintainers: Yonggang Luo <luoyonggang@gmail.com>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
.gitlab-ci.d/windows.yml | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
[PATCH v2 0/2] gitlab-ci: msys2 improvements
Posted by marcandre.lureau@redhat.com 10 months, 2 weeks ago
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(-)

-- 
2.40.1


Re: [PATCH v2 0/2] gitlab-ci: msys2 improvements
Posted by Thomas Huth 10 months, 2 weeks ago
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