mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
ci_template: Report ccache stats for build jobs
This commit is contained in:
parent
a529757dec
commit
d25392f3e1
1 changed files with 2 additions and 0 deletions
|
@ -72,12 +72,14 @@ gst indent:
|
|||
MESON_ARGS: "${DEFAULT_MESON_ARGS}"
|
||||
|
||||
script:
|
||||
- ccache -z
|
||||
# Not sure why, but permission errors else
|
||||
# https://gitlab.freedesktop.org/alatiera/gstreamer/-/jobs/41441
|
||||
- cp -r /gst-build/ . && cd gst-build
|
||||
- ./git-update --no-interaction --manifest="${CI_PROJECT_DIR}/manifest.xml"
|
||||
- meson build/ $MESON_ARGS
|
||||
- ninja -C build/
|
||||
- ccache -s
|
||||
after_script:
|
||||
- cd gst-build/
|
||||
# Clean the artifacts packages to avoid copying "useless" build products.
|
||||
|
|
Loading…
Reference in a new issue