Add iOS build on GitHub Actions (#1567)

Closes #1397
This commit is contained in:
Hajime Hoshi 2021-04-11 00:04:09 +09:00 committed by GitHub
parent e0372d9478
commit 3b4352f533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,3 +80,8 @@ jobs:
run: | run: |
go get github.com/hajimehoshi/go-inovation go get github.com/hajimehoshi/go-inovation
go run ./cmd/ebitenmobile bind -target android -javapkg com.hajimehoshi.goinovation -o inovation.aar -v github.com/hajimehoshi/go-inovation/mobile go run ./cmd/ebitenmobile bind -target android -javapkg com.hajimehoshi.goinovation -o inovation.aar -v github.com/hajimehoshi/go-inovation/mobile
- name: ebitenmobile bind (iOS)
if: ${{ matrix.os == 'macos-latest' }}
run: |
go run ./cmd/ebitenmobile bind -target ios -o Inovation.framework -v github.com/hajimehoshi/go-inovation/mobile