mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +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 setup templates
|
||||||
#
|
#
|
||||||
.build_template: &build
|
.build_template: &build
|
||||||
|
- date -R
|
||||||
- ci/scripts/handle-subprojects-cache.py subprojects/
|
- ci/scripts/handle-subprojects-cache.py subprojects/
|
||||||
|
- date -R
|
||||||
- echo $MESON_ARGS
|
- echo $MESON_ARGS
|
||||||
|
- date -R
|
||||||
- meson build/ $MESON_ARGS
|
- meson build/ $MESON_ARGS
|
||||||
|
- date -R
|
||||||
- ninja -C build/
|
- ninja -C build/
|
||||||
|
- date -R
|
||||||
- ccache --show-stats
|
- ccache --show-stats
|
||||||
|
|
||||||
.build_ccache_vars:
|
.build_ccache_vars:
|
||||||
|
|
Loading…
Reference in a new issue