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:
swurl 2025-04-12 23:33:35 -04:00
parent b86644eae9
commit 52d851500c
8 changed files with 65 additions and 88 deletions

View file

@ -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