mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
.github/workflows: add ARM Windows test
This commit is contained in:
parent
63e3c4adea
commit
82e9b42c4f
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -85,8 +85,10 @@ jobs:
|
||||
# See also https://go.googlesource.com/vscode-go/+/HEAD/docs/debugging.md#launch and the issue #2120.
|
||||
go build -tags=example "-gcflags=all=-N -l" -v ./...
|
||||
env GOOS=js GOARCH=wasm go build -tags=example -v ./...
|
||||
env GOOS=windows GOARCH=amd64 go build -tags=example -v ./...
|
||||
env GOOS=windows GOARCH=386 go build -tags=example -v ./...
|
||||
env GOOS=windows GOARCH=amd64 go build -tags=example -v ./...
|
||||
env GOOS=windows GOARCH=arm go build -tags=example -v ./...
|
||||
env GOOS=windows GOARCH=arm64 go build -tags=example -v ./...
|
||||
|
||||
- name: go build (macOS)
|
||||
if: ${{ startsWith(matrix.os, 'macos-') && !startsWith(matrix.go, '1.15.') }}
|
||||
|
Loading…
Reference in New Issue
Block a user