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