cibuild.sh: enable verbose ccache output

This commit is contained in:
Mat 2024-05-13 00:14:53 +03:00 committed by GitHub
parent 884e3e97a6
commit 09859af405
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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