From f1552700ce57b9e7d0a7d4067b28061dc5b9f336 Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Tue, 27 Jul 2021 14:01:03 +0100 Subject: [PATCH] gitlab-ci: add junit reports to the debian builder Signed-off-by: Alex Richardson --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 748e394..94d1e4c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -226,7 +226,8 @@ armv7-debian-container_prep: paths: - build-*/meson-logs - prefix-* - + reports: + junit: build-*/meson-logs/testlog.junit.xml # Full build and test. x86_64-debian-build: -- 2.7.4