[gnome-notes/wip/sadiq/ci] ci: Add debug print



commit 40d22b21a43ceb9dfd8a619835df1b05c12f3fe9
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Thu Jan 3 11:55:22 2019 +0530

    ci: Add debug print

 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a8913b9..0d54eec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,8 +10,11 @@ build:
     MESON_ARGS: "--buildtype=debugoptimized"
   script:
     - git submodule update --init --recursive
+    - ccache --show-stats
     - meson ${MESON_ARGS} _build
+    - ccache --show-stats
     - ccache --zero-stats
+    - ccache --show-stats
     - ninja -C _build
     - ccache --show-stats
   cache:


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