[geocode-glib/wip/hadess/better-ci: 2/2] ci: Always export dist artifacts




commit 545d0e712e36e880c29e36633c545bc1d960b93b
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 30 15:33:48 2022 +0200

    ci: Always export dist artifacts

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54c6a13..45e0082 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,11 +28,13 @@ variables:
     - meson _build -Dsoup2=${SOUP2_ENABLED}
     - ninja -C _build install
     - ninja -C _build test
+    - ninja -C _build dist
   artifacts:
     name: "geocode-glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
-    when: on_failure
+    when: always
     paths:
       - "**/meson-logs/*"
+      - _build/meson-dist/*
 
 build-fedora-soup2:
   extends: .build


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