mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
Try to fix travis
This commit is contained in:
parent
eb259ee154
commit
4936a4e5c2
1 changed files with 5 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
||||||
language: c++
|
language: c++
|
||||||
cache:
|
cache:
|
||||||
|
ccache: true
|
||||||
directories:
|
directories:
|
||||||
- .cache/
|
- .cache/
|
||||||
- node_modules/
|
- node_modules/
|
||||||
- $HOME/.ccache
|
- $V8WORKER2_OUT_PATH
|
||||||
cache: ccache
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
- V8WORKER2_OUT_PATH=$HOME/v8worker2_out
|
||||||
- PROTOBUF_ROOT=$HOME/protobuf
|
- PROTOBUF_ROOT=$HOME/protobuf
|
||||||
before_install: |
|
before_install: |
|
||||||
# protobuf
|
# protobuf
|
||||||
|
@ -22,7 +23,8 @@ before_install: |
|
||||||
install:
|
install:
|
||||||
- env
|
- env
|
||||||
- go get -d github.com/ry/v8worker2
|
- go get -d github.com/ry/v8worker2
|
||||||
- ( cd $GOPATH/src/github.com/ry/v8worker2 && ./build.py --use_ccache )
|
- ( cd $GOPATH/src/github.com/ry/v8worker2 && \
|
||||||
|
./build.py --use_ccache --out_path $V8WORKER2_OUT_PATH )
|
||||||
- go get -u github.com/golang/protobuf/proto
|
- go get -u github.com/golang/protobuf/proto
|
||||||
- go get -u github.com/spf13/afero
|
- go get -u github.com/spf13/afero
|
||||||
- go get -u github.com/golang/protobuf/protoc-gen-go
|
- go get -u github.com/golang/protobuf/protoc-gen-go
|
||||||
|
|
Loading…
Add table
Reference in a new issue