2018-05-14 03:06:09 -04:00
|
|
|
language: go
|
|
|
|
go:
|
|
|
|
- 1.9.2
|
|
|
|
cache: ccache
|
|
|
|
install:
|
2018-05-14 21:52:43 -04:00
|
|
|
- go get -d github.com/ry/v8worker2
|
|
|
|
- (cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py)
|
2018-05-14 03:06:09 -04:00
|
|
|
- make
|
|
|
|
script:
|
|
|
|
- make lint
|