[totem/wip/hadess/ci-dist: 2/2] ci: Also test dist'ing




commit 3b171a2a80b1cd43563e8d61169b573c18a4e84d
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Sep 10 11:39:08 2020 +0200

    ci: Also test dist'ing
    
    So we can't merge and tag MRs for new releases without updating
    the appdata. *sigh*

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 477af10f4..473efb9a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,6 +49,7 @@ build-fedora:
     - meson _build
     - G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja -C _build test
     - ninja -C _build install
+    - ninja -v -C _build dist
 
 flatpak:master:
     extends: .flatpak


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