mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
50afac7d71
commit
e0372d9478
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -25,6 +25,12 @@ jobs:
|
||||
go-version: ${{ matrix.go }}
|
||||
stable: false
|
||||
|
||||
- name: Setup JDK
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Install dependencies
|
||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||
run: |
|
||||
@ -69,3 +75,8 @@ jobs:
|
||||
run: |
|
||||
env GOOS=js GOARCH=wasm go test -tags=example -v ./...
|
||||
env GOOS=js GOARCH=wasm go test -tags=example,ebitenwebgl1 -v ./...
|
||||
|
||||
- name: ebitenmobile bind (Android)
|
||||
run: |
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user