summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-11-07 18:38:07 +0000
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-11-08 18:02:39 +0000
commit0b33f3cd1f79513eeba9c0d67cc6d091712044fc (patch)
treeaf0b24c979bc7fbd81963ddba119e90919555e0e /.gitlab-ci.yml
parent4f3daefcc388ed69f835ae68ce53dc9d0231bf87 (diff)
downloadgstreamer-0b33f3cd1f79513eeba9c0d67cc6d091712044fc.tar.gz
ci: sprinkle some date -R to easier see how long build steps take
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3354>
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: