mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-10 20:25:06 +01:00
Merge branch 'rotate-screen' of https://github.com/Gamer64ytb/Lime3DS into rotate-screen
This commit is contained in:
commit
9ab4cf8c26
@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash -ex
|
#!/bin/bash -ex
|
||||||
|
|
||||||
if [ "$TARGET" = "appimage" ]; then
|
if [ "$TARGET" = "appimage" ]; then
|
||||||
# Compile the AppImage we distribute with Clang.
|
|
||||||
export EXTRA_CMAKE_FLAGS=(-DCMAKE_LINKER=/etc/bin/ld.lld)
|
export EXTRA_CMAKE_FLAGS=(-DCMAKE_LINKER=/etc/bin/ld.lld)
|
||||||
else
|
else
|
||||||
# For the linux-fresh verification target, verify compilation without PCH as well.
|
# For the linux-fresh verification target, verify compilation without PCH as well.
|
||||||
@ -24,10 +23,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