mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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}"
|
MESON_ARGS: "${DEFAULT_MESON_ARGS}"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- ccache -z
|
||||||
# Not sure why, but permission errors else
|
# Not sure why, but permission errors else
|
||||||
# https://gitlab.freedesktop.org/alatiera/gstreamer/-/jobs/41441
|
# https://gitlab.freedesktop.org/alatiera/gstreamer/-/jobs/41441
|
||||||
- cp -r /gst-build/ . && cd gst-build
|
- cp -r /gst-build/ . && cd gst-build
|
||||||
- ./git-update --no-interaction --manifest="${CI_PROJECT_DIR}/manifest.xml"
|
- ./git-update --no-interaction --manifest="${CI_PROJECT_DIR}/manifest.xml"
|
||||||
- meson build/ $MESON_ARGS
|
- meson build/ $MESON_ARGS
|
||||||
- ninja -C build/
|
- ninja -C build/
|
||||||
|
- ccache -s
|
||||||
after_script:
|
after_script:
|
||||||
- cd gst-build/
|
- cd gst-build/
|
||||||
# Clean the artifacts packages to avoid copying "useless" build products.
|
# Clean the artifacts packages to avoid copying "useless" build products.
|
||||||
|
|
Loading…
Reference in a new issue