[totem-pl-parser/wip/hadess/fix-itms-parsing] ci: Always export test results to the CI



commit f758d98716954ac28d68042b1207b99112f41a3c
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Apr 23 13:32:11 2021 +0200

    ci: Always export test results to the CI

 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d9d14e5..3fdbc80 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,3 +25,7 @@ build-fedora:
     - curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
     - dnf install -y $DEPS_ABI_CHECK
     - check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
+  artifacts:
+    when: always
+    paths:
+    - build/meson-logs/*


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