Skip to content

Commit

Permalink
Build on iOS as well
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Feb 19, 2024
1 parent 1d15f36 commit ab88766
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- os: macos-latest
platform: darwin
arch: x64
- os: macos-latest
platform: ios
arch: x64
- os: windows-latest
platform: win32
arch: x64
Expand All @@ -56,6 +59,9 @@ jobs:
- run: bare-dev configure --debug --platform ${{ matrix.platform }} --arch ${{ matrix.arch }}
if: ${{ matrix.platform == 'linux' || matrix.platform == 'darwin' || matrix.platform == 'win32' }}

- run: bare-dev configure --debug --platform ${{ matrix.platform }} --arch ${{ matrix.arch }} --simulator
if: ${{ matrix.platform == 'ios' }}

- run: bare-dev configure --debug --platform ${{ matrix.platform }} --arch ${{ matrix.arch }} --android-ndk ${{ matrix.android.ndk }} --android-api ${{ matrix.android.api }}
if: ${{ matrix.platform == 'android' }}

Expand Down

0 comments on commit ab88766

Please sign in to comment.