[tracker/wip/carlosg/junit: 68/71] ci: Pick JUnit reports generated by meson




commit 821c52f448914315ae0893ffc2816a3af523de09
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Dec 10 16:59:01 2020 +0100

    ci: Pick JUnit reports generated by meson
    
    So they are shown at gitlab web UI.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15779f50e..64b5df150 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,6 +47,8 @@ stages:
     when: always
     paths:
     - build/meson-logs/testlog.txt
+    reports:
+      junit: "build/meson-logs/testlog.junit.xml"
 
 
 test-alpine-edge:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]