mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-26 19:44:16 +01:00
Added verbose flag to ccache command in appimage build
This commit is contained in:
parent
274afb7654
commit
5cae96f72e
@ -24,10 +24,6 @@ ninja
|
||||
|
||||
if [ "$TARGET" = "appimage" ]; then
|
||||
ninja bundle
|
||||
# TODO: Our AppImage environment currently uses an older ccache version without the verbose flag.
|
||||
ccache -s
|
||||
else
|
||||
ccache -s -v
|
||||
fi
|
||||
|
||||
ccache -s -v
|
||||
ctest -VV -C Release
|
||||
|
Loading…
Reference in New Issue
Block a user