mirror of
https://github.com/cuberite/cuberite.git
synced 2025-01-05 10:27:10 +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
|
||||
echo "Built with ccache, outputting cache stats..."
|
||||
ccache --show-stats
|
||||
ccache --show-stats --verbose
|
||||
fi
|
||||
|
||||
echo "Testing..."
|
||||
|
Loading…
Reference in New Issue
Block a user