swurl
8 months ago
No known key found for this signature in database
GPG Key ID: A5A7629F109C8FD1
2 changed files with
3 additions and
3 deletions
-
.ci/linux.sh
-
.github/workflows/build.yml
|
|
@ -24,7 +24,7 @@ cmake .. -G Ninja \ |
|
|
-DUSE_DISCORD_PRESENCE=ON \ |
|
|
-DUSE_DISCORD_PRESENCE=ON \ |
|
|
-DYUZU_USE_BUNDLED_VCPKG=ON \ |
|
|
-DYUZU_USE_BUNDLED_VCPKG=ON \ |
|
|
"${EXTRA_CMAKE_FLAGS[@]}" |
|
|
"${EXTRA_CMAKE_FLAGS[@]}" |
|
|
ninja |
|
|
|
|
|
|
|
|
ninja -j4 |
|
|
if [ -d "bin/Release" ]; then |
|
|
if [ -d "bin/Release" ]; then |
|
|
strip -s bin/Release/* |
|
|
strip -s bin/Release/* |
|
|
else |
|
|
else |
|
|
|
|
|
@ -98,7 +98,7 @@ jobs: |
|
|
shell: cmd |
|
|
shell: cmd |
|
|
run: | |
|
|
run: | |
|
|
cd build |
|
|
cd build |
|
|
ninja yuzu yuzu-cmd yuzu-room tests |
|
|
|
|
|
|
|
|
ninja yuzu yuzu-cmd yuzu-room tests -j4 |
|
|
ccache -s -v |
|
|
ccache -s -v |
|
|
- name: Package artifacts |
|
|
- name: Package artifacts |
|
|
if: steps.build.outcome == 'success' |
|
|
if: steps.build.outcome == 'success' |
|
|
@ -190,7 +190,7 @@ jobs: |
|
|
name: linux |
|
|
name: linux |
|
|
path: artifacts/* |
|
|
path: artifacts/* |
|
|
android: |
|
|
android: |
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
|
runs-on: android |
|
|
env: |
|
|
env: |
|
|
CCACHE_DIR: ${{ github.workspace }}/.ccache |
|
|
CCACHE_DIR: ${{ github.workspace }}/.ccache |
|
|
CCACHE_COMPILERCHECK: content |
|
|
CCACHE_COMPILERCHECK: content |
|
|
|