From d25392f3e10e208734ea1dfaf50bae9c38f00ce3 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Mon, 10 Dec 2018 21:35:38 +0200 Subject: [PATCH] ci_template: Report ccache stats for build jobs --- gitlab/ci_template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 62925ebfa8..3f2b0f81a4 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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.