mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Use the more stable version of wasmbrowsertest (.travis.yml)
This commit is contained in:
parent
6fffde13bb
commit
f488988384
@ -43,8 +43,11 @@ install:
|
||||
- go mod edit -replace=github.com/hajimehoshi/ebiten=./ebiten
|
||||
|
||||
# wasmbrowsertest
|
||||
- GO111MODULE=off go get github.com/agnivade/wasmbrowsertest
|
||||
- mv $GOPATH/bin/wasmbrowsertest $GOPATH/bin/go_js_wasm_exec
|
||||
- mkdir /tmp/wasmbrowsertest
|
||||
- cd /tmp/wasmbrowsertest
|
||||
- go mod init foo
|
||||
- go build -o wasmbrowsertest github.com/agnivade/wasmbrowsertest
|
||||
- mv ./wasmbrowsertest $GOPATH/bin/go_js_wasm_exec
|
||||
|
||||
# GopherJS
|
||||
- GO111MODULE=off go1.12.16 get github.com/gopherjs/gopherjs
|
||||
|
Loading…
Reference in New Issue
Block a user