mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
15 lines
308 B
YAML
15 lines
308 B
YAML
language: go
|
|
go:
|
|
- 1.9.2
|
|
cache:
|
|
directories:
|
|
- $HOME/.ccache
|
|
- `go env GOPATH`/src/github.com/ry/v8worker2/out
|
|
install:
|
|
- go get github.com/jteeuwen/go-bindata
|
|
- go get -d github.com/ry/v8worker2
|
|
- (cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py)
|
|
- make
|
|
script:
|
|
- make lint
|