mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
parent
e0372d9478
commit
3b4352f533
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user