mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +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
|
if [ "$TARGET" = "appimage" ]; then
|
||||||
ninja bundle
|
ninja bundle
|
||||||
# TODO: Our AppImage environment currently uses an older ccache version without the verbose flag.
|
|
||||||
ccache -s
|
|
||||||
else
|
|
||||||
ccache -s -v
|
|
||||||
fi
|
fi
|
||||||
|
ccache -s -v
|
||||||
ctest -VV -C Release
|
ctest -VV -C Release
|
||||||
|
Loading…
Reference in New Issue
Block a user