mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 17:15:47 +00:00
actions: Linux & Source builds (#26)
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/26 Co-authored-by: swurl <swurl@swurl.xyz> Co-committed-by: swurl <swurl@swurl.xyz> android build, fix appimage Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
b86644eae9
commit
52d851500c
8 changed files with 65 additions and 88 deletions
|
@ -22,8 +22,9 @@ cmake .. -G Ninja \
|
|||
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
|
||||
-DENABLE_QT_TRANSLATION=ON \
|
||||
-DUSE_DISCORD_PRESENCE=ON \
|
||||
-DYUZU_USE_BUNDLED_VCPKG=ON \
|
||||
-DUSE_CCACHE=ON \
|
||||
"${EXTRA_CMAKE_FLAGS[@]}"
|
||||
|
||||
ninja -j4
|
||||
if [ -d "bin/Release" ]; then
|
||||
strip -s bin/Release/*
|
||||
|
@ -37,4 +38,4 @@ else
|
|||
ccache -s -v
|
||||
fi
|
||||
|
||||
ctest -VV -C Release
|
||||
#ctest -VV -C Release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue