Skip to content

Commit

Permalink
Add a tvOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Nov 2, 2023
1 parent 89dda98 commit 22e3e8a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@ jobs:
cmake-args: --toolchain ./cmake/toolchain/ios.toolchain.cmake -DPLATFORM=OS64 -DDEPLOYMENT_TARGET=14
# Disabled OpenGL on iOS due to https://github.com/JesseTG/melonds-ds/issues/23

tvos:
name: tvOS
uses: ./.github/workflows/build.yaml
with:
runs-on: macos-latest
target: tvos
archive-name: melondsds_libretro-tvos
info-dir: info
lib-ext: dylib
cmake-args: --toolchain ./cmake/toolchain/ios.toolchain.cmake -DPLATFORM=TVOS -DDEPLOYMENT_TARGET=14
# Disabled OpenGL on tvOS due to https://github.com/JesseTG/melonds-ds/issues/23

test-linux-x86_64:
name: Test Suite (Linux x86_64)
uses: ./.github/workflows/test.yaml
Expand Down

0 comments on commit 22e3e8a

Please sign in to comment.