mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 05:49:20 -05:00
11 lines
182 B
YAML
11 lines
182 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.9.2
|
||
|
cache: ccache
|
||
|
install:
|
||
|
- go get github.com/ry/v8worker2
|
||
|
- cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py
|
||
|
- make
|
||
|
script:
|
||
|
- make lint
|