mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
5b22a1218e
commit
de7ae1aee8
13
.travis.yml
13
.travis.yml
@ -62,11 +62,20 @@ before_script:
|
||||
|
||||
script:
|
||||
- cd /tmp/work
|
||||
|
||||
# go vet
|
||||
- go vet -tags example -v github.com/hajimehoshi/ebiten/...
|
||||
|
||||
# go build
|
||||
- go build -tags example -v github.com/hajimehoshi/ebiten/...
|
||||
- go test -v github.com/hajimehoshi/ebiten/...
|
||||
- GOOS=js GOARCH=wasm go test -v github.com/hajimehoshi/ebiten/...
|
||||
- GOOS=windows GOARCH=amd64 go build -tags example -v github.com/hajimehoshi/ebiten/...
|
||||
- GOOS=windows GOARCH=386 go build -tags example -v github.com/hajimehoshi/ebiten/...
|
||||
|
||||
# go test
|
||||
- go test -v github.com/hajimehoshi/ebiten/...
|
||||
- GOOS=js GOARCH=wasm go test -v github.com/hajimehoshi/ebiten/...
|
||||
|
||||
# GopherJS
|
||||
- GO111MODULE=off go1.12.10 run github.com/gopherjs/gopherjs build --tags example -v github.com/hajimehoshi/ebiten/examples/blocks
|
||||
- GO111MODULE=off go1.12.10 run myitcv.io/cmd/gjbt github.com/hajimehoshi/ebiten # TODO: Test the subdirectories
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user