[gnome-desktop/jjardon/dist] .gitlab-ci.yml: Be sure we can dist




commit 3fe06d4c21490993c82583512546a22250f5bba2
Author: Javier Jardón <jjardon gnome org>
Date:   Sun Aug 29 10:56:35 2021 +0100

    .gitlab-ci.yml: Be sure we can dist
    
    Tarball will be at build/meson-dist/ so it can be used for releases

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6fe953d9..89498a9e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,7 @@ build_stable:
     - pushd build
     - ninja
     - ninja install
+    - ninja dist
     - G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja test
     - G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24"
                      gnome-desktop-testing-runner --report-directory=test-results gnome-desktop


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