[gnome-settings-daemon/wip/hadess/old-xlibs-removal: 35/35] ci: Make deploy script output more debug



commit 6c9f5ae27c5cfdcf4c43e44fd3d03fe0734cd6a5
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 7 18:27:21 2018 +0100

    ci: Make deploy script output more debug
    
    As it's really only useful to read the logs when things fail, best to
    have a bit more information there.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e67bf54a..8f08b606 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,7 +57,7 @@ deploy:
   script:
     - meson . _build
     - ninja -C _build
-    - meson test -C _build
+    - meson test -C _build --verbose
     - ninja dist -C _build
   only:
     - tags


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