summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 855abba430..9c80ba7499 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -205,10 +205,15 @@ gst indent:
# build setup templates
#
.build_template: &build
+ - date -R
- ci/scripts/handle-subprojects-cache.py subprojects/
+ - date -R
- echo $MESON_ARGS
+ - date -R
- meson build/ $MESON_ARGS
+ - date -R
- ninja -C build/
+ - date -R
- ccache --show-stats
.build_ccache_vars: