mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
14 lines
302 B
YAML
14 lines
302 B
YAML
language: go
|
|
go:
|
|
- 1.9.2
|
|
before_cache:
|
|
- ccache -s
|
|
cache: ccache
|
|
install:
|
|
- sudo apt-get install protobuf-compiler
|
|
- go get -u github.com/jteeuwen/go-bindata/...
|
|
- go get -d github.com/ry/v8worker2
|
|
- (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
|
|
script:
|
|
- make lint
|
|
- make test
|