[gnome-desktop/jjardon/dist] .gitlab-ci.yml: Make sure "ninja dist" keeps working



commit ecead4dc213a9e27fa6ebf7d59eb6afb7df2e37b
Author: Javier Jardón <jjardon gnome org>
Date:   Tue Jun 2 22:44:01 2020 +0100

    .gitlab-ci.yml: Make sure "ninja dist" keeps working

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1a5d8e4..97703f2b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,7 @@ build_stable:
     - meson --prefix=/usr -Dinstalled_tests=true build
     - pushd build
     - ninja
+    - ninja dist
     - ninja install
     - G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24" ninja test
     - G_MESSAGES_DEBUG=all xvfb-run -a -s "-screen 0 1024x768x24"


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