ci: sprinkle some date -R to easier see how long build steps take

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3354>
This commit is contained in:
Tim-Philipp Müller 2022-11-07 18:38:07 +00:00 committed by GStreamer Marge Bot
parent 4f3daefcc3
commit 0b33f3cd1f

View 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: