mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
Add build directories for tests especially for Windows
This commit is contained in:
parent
d2d21b3a01
commit
cdddf48f89
@ -44,12 +44,12 @@ before_script:
|
||||
|
||||
script:
|
||||
- cd /tmp/work
|
||||
- go build -tags example -v github.com/hajimehoshi/ebiten/examples/...
|
||||
- go build -tags example -v github.com/hajimehoshi/ebiten/...
|
||||
- go test -v github.com/hajimehoshi/ebiten/...
|
||||
- gopherjs build --tags example -v github.com/hajimehoshi/ebiten/examples/blocks
|
||||
- gjbt github.com/hajimehoshi/ebiten # TODO: Test the subdirectories
|
||||
- GOOS=windows GOARCH=amd64 go build -tags example -v github.com/hajimehoshi/ebiten/examples/...
|
||||
- GOOS=windows GOARCH=386 go build -tags example -v github.com/hajimehoshi/ebiten/examples/...
|
||||
- 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/...
|
||||
|
||||
# - test -z $(gofmt -s -l $GOPATH/src/github.com/hajimehoshi/ebiten)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user