From 6494fd8922f4a16b28d4c36fa4ff99c08f5c6083 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Sun, 4 Oct 2020 17:21:58 +0200 Subject: [PATCH] Update compile.sh --- jenkins/scripts/compile.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jenkins/scripts/compile.sh b/jenkins/scripts/compile.sh index f1615b4..b16b473 100755 --- a/jenkins/scripts/compile.sh +++ b/jenkins/scripts/compile.sh @@ -64,6 +64,9 @@ elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then nice -n 5 cmake --build $TDNATIVES_CPP_BUILD_DIR --target install --config Release -- -m fi +# ====== Print results stats +echo "CCACHE statistics:" +ccache -s # ====== Copy output cd $TDNATIVES_CPP_BUILD_DIR