]> Kevux Git Server - rit/commit
gitlab-ci: handle failed tests on MSVC+Meson job
authorPatrick Steinhardt <ps@pks.im>
Thu, 19 Feb 2026 06:25:33 +0000 (07:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Feb 2026 18:22:31 +0000 (10:22 -0800)
commit51338373928f47bfce2c345c97e753be67622ab6
treef798b523f89626ed35253c10effbfc407c3dcd7d
parent055f0b9f325e96d0692f0ee973c6298e303dc923
gitlab-ci: handle failed tests on MSVC+Meson job

The MSVC+Meson job does not currently have any logic to print failing
tests, nor does it upload the failed test artifacts. Backfill this logic
to make help debugging efforts in case any of its jobs has failed.

GitHub already knows to do this, so we don't need an equivalent change
over there.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitlab-ci.yml