mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
Update .travis.yml (#136)
This commit is contained in:
parent
f357337f35
commit
6f35e4a783
@ -13,6 +13,7 @@ addons:
|
|||||||
- libopenal-dev
|
- libopenal-dev
|
||||||
- libalut-dev
|
- libalut-dev
|
||||||
- libxxf86vm-dev
|
- libxxf86vm-dev
|
||||||
|
- libxrandr-dev
|
||||||
|
|
||||||
# gl module is not available (2016-05-18)
|
# gl module is not available (2016-05-18)
|
||||||
#
|
#
|
||||||
@ -33,12 +34,9 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- go build -tags example -v ./...
|
- go build -tags example -v ./...
|
||||||
|
- go test -v ./...
|
||||||
- gopherjs build --tags example -v github.com/hajimehoshi/ebiten/examples/blocks
|
- gopherjs build --tags example -v github.com/hajimehoshi/ebiten/examples/blocks
|
||||||
|
|
||||||
# Give up testing on Travis CI because of X error
|
|
||||||
# https://travis-ci.org/hajimehoshi/ebiten/jobs/107404013
|
|
||||||
# - go test -v ./...
|
|
||||||
|
|
||||||
# Looks like testing GL on node is hard.
|
# Looks like testing GL on node is hard.
|
||||||
# - gopherjs test -v github.com/hajimehoshi/ebiten github.com/hajimehoshi/ebiten/internal/graphics
|
# - gopherjs test -v github.com/hajimehoshi/ebiten github.com/hajimehoshi/ebiten/internal/graphics
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user