CI support for example/amidakuji
This commit is contained in:
parent
a8270e58e0
commit
74ef0e3256
12
.travis.yml
12
.travis.yml
|
@ -14,10 +14,18 @@ addons:
|
||||||
go:
|
go:
|
||||||
- 1.8
|
- 1.8
|
||||||
- 1.7.4
|
- 1.7.4
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- echo "installing requirements for example/amidakuji"
|
||||||
|
- sudo apt-get -qq install libpango1.0-dev libgtk2.0-dev
|
||||||
|
- go get -v -u github.com/go-bindata/go-bindata/...
|
||||||
|
- make glossary/asset.go --directory=$TRAVIS_BUILD_DIR/examples/community/amidakuji/
|
||||||
|
- echo "end of before_install"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -i -race ./...
|
- go test -i -race ./...
|
||||||
- go test -v -race ./...
|
- go test -v -race ./...
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue