[grilo-plugins/wip/hadess/ci-add-tracker3: 1/2] ci: Export test logs on failure




commit f18dc0b825798d77d6fcd77fb240c6c1ab7d3a8f
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Aug 21 21:48:36 2020 +0200

    ci: Export test logs on failure

 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dafcc5e9..34509eb6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,3 +48,8 @@ build_stable:
     - ninja -C _build
     - ninja -C _build install
     - meson test -C _build --suite=grilo-plugins
+  artifacts:
+    name: meson-logs
+    when: on_failure
+    paths:
+      - _build/meson-logs


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