1
0
Fork 0

Update compile.sh

This commit is contained in:
Andrea Cavalli 2020-10-04 17:21:58 +02:00
parent 2d89aee098
commit 6494fd8922
1 changed files with 3 additions and 0 deletions

View File

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