Update compile.sh
This commit is contained in:
parent
2d89aee098
commit
6494fd8922
@ -64,6 +64,9 @@ elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
|
|||||||
nice -n 5 cmake --build $TDNATIVES_CPP_BUILD_DIR --target install --config Release -- -m
|
nice -n 5 cmake --build $TDNATIVES_CPP_BUILD_DIR --target install --config Release -- -m
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# ====== Print results stats
|
||||||
|
echo "CCACHE statistics:"
|
||||||
|
ccache -s
|
||||||
|
|
||||||
# ====== Copy output
|
# ====== Copy output
|
||||||
cd $TDNATIVES_CPP_BUILD_DIR
|
cd $TDNATIVES_CPP_BUILD_DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user