?
Some checks failed
eden-build / source (push) Failing after 22s
eden-build / linux (push) Failing after 33s
eden-build / android (push) Failing after 30s
eden-build / windows (msvc) (push) Has been cancelled

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-04-12 23:26:00 -04:00
parent 166f6f6595
commit 31289e2471
Signed by: crueter
GPG key ID: A5A7629F109C8FD1
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ cmake .. -G Ninja \
-DUSE_DISCORD_PRESENCE=ON \
-DYUZU_USE_BUNDLED_VCPKG=ON \
"${EXTRA_CMAKE_FLAGS[@]}"
ninja
ninja -j4
if [ -d "bin/Release" ]; then
strip -s bin/Release/*
else

View file

@ -98,7 +98,7 @@ jobs:
shell: cmd
run: |
cd build
ninja yuzu yuzu-cmd yuzu-room tests
ninja yuzu yuzu-cmd yuzu-room tests -j4
ccache -s -v
- name: Package artifacts
if: steps.build.outcome == 'success'
@ -190,7 +190,7 @@ jobs:
name: linux
path: artifacts/*
android:
runs-on: ubuntu-latest
runs-on: android
env:
CCACHE_DIR: ${{ github.workspace }}/.ccache
CCACHE_COMPILERCHECK: content