Browse Source

?

Signed-off-by: swurl <swurl@swurl.xyz>
nce_cpp
swurl 8 months ago
parent
commit
b86644eae9
  1. 2
      .ci/linux.sh
  2. 4
      .github/workflows/build.yml

2
.ci/linux.sh

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

4
.github/workflows/build.yml

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

Loading…
Cancel
Save