[gnome-user-share/wip/hadess/export-tarball-ci] ci: Export tarballs from the pipeline




commit d706e3b1093e5f97cd1b889ae3cbeb878956cace
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jul 15 11:55:05 2022 +0200

    ci: Export tarballs from the pipeline

 .gitlab-ci.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 99a4b5a..e833149 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,4 +11,10 @@ build_stable:
     - dnf install -y --nogpgcheck $DEPENDENCIES
   script:
     - meson . _build
-    - ninja -C _build
\ No newline at end of file
+    - ninja -C _build
+    - ninja -C _build dist
+  artifacts:
+    when: always
+    paths:
+      - "${CI_PROJECT_DIR}/_build/meson-logs/"
+      - "${CI_PROJECT_DIR}/_build/meson-dist"


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