[libgweather/ebassi/gtk4: 45/56] ci: Add JUnit report




commit bb4dd554ad0fbbe8dc84204efbab8dd0f1c3a925
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue Oct 12 14:30:12 2021 +0100

    ci: Add JUnit report
    
    Tell GitLab to use the JUnit report provided by Meson.

 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a5fec09..609d9a34 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,6 +42,8 @@ stages:
     - meson install -C _build
     - meson test -C _build
   artifacts:
+    reports:
+      junit: "_build/meson-logs/testlog.junit.xml"
     when: always
     name: "libgweather-${CI_COMMIT_REF_NAME}"
     paths:


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