Skip to content

Commit ba99286

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into vmuconn
2 parents 53ddbf6 + 8c07a2e commit ba99286

File tree

128 files changed

+7370
-4588
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+7370
-4588
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up build environment
1212
run: |
1313
sudo apt-get update
14-
sudo apt-get -y install ccache libcurl4-openssl-dev ninja-build
14+
sudo apt-get -y install ccache cmake libcurl4-openssl-dev ninja-build
1515
1616
- uses: actions/checkout@v4
1717
with:

.github/workflows/c-cpp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
config:
2020
- {name: i686-pc-windows-msvc, os: windows-latest, shell: cmd, arch: x86, cmakeArgs: -G Ninja, buildType: Release}
2121
- {name: apple-darwin, os: macos-latest, shell: sh, cmakeArgs: -G Xcode -DUSE_DISCORD=ON, destDir: osx, buildType: RelWithDebInfo}
22-
- {name: apple-ios, os: macos-latest, shell: sh, cmakeArgs: -DCMAKE_SYSTEM_NAME=iOS -G Xcode, destDir: ios, buildType: Release}
2322
- {name: x86_64-pc-linux-gnu, os: ubuntu-22.04, shell: sh, cmakeArgs: -G Ninja -DUSE_DISCORD=ON -DUSE_LIBCDIO=ON, destDir: linux, buildType: RelWithDebInfo}
2423
- {name: x86_64-pc-windows-msvc, os: windows-latest, shell: cmd, arch: x64, cmakeArgs: -G Ninja -DUSE_DISCORD=ON, buildType: Release}
2524
- {name: x86_64-w64-mingw32, os: windows-latest, shell: 'msys2 {0}', cmakeArgs: -G Ninja -DUSE_DISCORD=ON -DUSE_LIBCDIO=ON, destDir: win, buildType: RelWithDebInfo}

.github/workflows/switch.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up build environment
1919
run: |
2020
sudo apt-get update
21-
sudo apt-get -y install ccache
21+
sudo apt-get -y install ccache cmake
2222
2323
- uses: actions/checkout@v4
2424
with:
@@ -42,7 +42,9 @@ jobs:
4242
- uses: actions/upload-artifact@v4
4343
with:
4444
name: flycast-switch-${{ matrix.config.name }}
45-
path: artifact/bin
45+
path: |
46+
artifact/bin
47+
artifact/lib/libretro
4648
4749
- name: Package app
4850
run: zip -m artifact/bin/flycast.nro.zip artifact/bin/flycast.nro

0 commit comments

Comments
 (0)