ci_template: Report ccache stats for build jobs

This commit is contained in:
Jordan Petridis 2018-12-10 21:35:38 +02:00
parent a529757dec
commit d25392f3e1
No known key found for this signature in database
GPG key ID: 902CC06D159744F5

View file

@ -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.