mirror of
https://github.com/cuberite/cuberite.git
synced 2025-01-07 03:16:55 +08:00
cibuild.sh: enable verbose ccache output
This commit is contained in:
parent
884e3e97a6
commit
09859af405
@ -39,7 +39,7 @@ cmake --build . --parallel 3;
|
|||||||
|
|
||||||
if [ `which ccache` ]; then
|
if [ `which ccache` ]; then
|
||||||
echo "Built with ccache, outputting cache stats..."
|
echo "Built with ccache, outputting cache stats..."
|
||||||
ccache --show-stats
|
ccache --show-stats --verbose
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Testing..."
|
echo "Testing..."
|
||||||
|
Loading…
Reference in New Issue
Block a user