ci: sprinkle some date -R to easier see how long build steps take
authorTim-Philipp Müller <tim@centricular.com>
Mon, 7 Nov 2022 18:38:07 +0000 (18:38 +0000)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 8 Nov 2022 18:02:39 +0000 (18:02 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3354>

.gitlab-ci.yml

index 855abba..9c80ba7 100644 (file)
@@ -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: