[geocode-glib/wip/hadess/better-ci: 3/3] ci: Always export test results and build artifacts




commit f2423a0ab994f005ccad303b68cc10aa3a039c63
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 30 15:21:42 2022 +0200

    ci: Always export test results and build artifacts

 .gitlab-ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5e7966..0105c88 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,5 +52,12 @@ build-fedora-soup3:
   before_script:
     # Undo delangification present in the Fedora Docker images
     - .ci/undo-delangification.sh $COMMON_DEPS $SOUP3_DEPS
+  script:
+    - ninja -C _build dist
     - curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash
     - check-abi --parameters="-Dsoup2=false" ${LAST_ABI_BREAK_SOUP3} $(git rev-parse HEAD)
+  artifacts:
+    when: always
+    paths:
+    - _build/meson-logs/*.txt
+    - _build/meson-dist/*


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