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




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

    ci: Export tarballs from the pipeline

 .gitlab-ci.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 836845b..e50c9ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ image: fedora:rawhide
 variables:
   DEPENDENCIES:
     gcc
+    git
     meson
     glibc-devel
     glib-devel
@@ -20,4 +21,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]