mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
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:
parent
4f3daefcc3
commit
0b33f3cd1f
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue