mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-27 00:14:40 -07:00
comments + shellcheck
This commit is contained in:
parent
4f9bd4338d
commit
163098b0a8
3 changed files with 51 additions and 50 deletions
|
|
@ -323,11 +323,11 @@ if [[ $USE_CCACHE == 1 ]]; then
|
|||
echo "::group::Show ccache configuration"
|
||||
ccache --version
|
||||
ccache --show-config
|
||||
echo "---"
|
||||
echo " -----"
|
||||
ccache --show-stats
|
||||
echo "---"
|
||||
echo " -----"
|
||||
ccache --zero-stats
|
||||
echo "---"
|
||||
echo " -----"
|
||||
ccache --show-stats
|
||||
echo "::endgroup::"
|
||||
fi
|
||||
|
|
@ -362,7 +362,6 @@ if [[ $USE_CCACHE == 1 ]]; then
|
|||
|
||||
echo "::group::Show ccache statistics"
|
||||
ccache --show-stats --verbose
|
||||
echo "---"
|
||||
ccache --show-compression
|
||||
echo "::endgroup::"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue