mirror of
https://github.com/denoland/deno.git
synced 2025-02-07 23:06:50 -05:00
parent
7762b55432
commit
a4d89f2ee1
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ install:
|
||||||
if [ -d $V8WORKER2_OUT ]; then
|
if [ -d $V8WORKER2_OUT ]; then
|
||||||
mv $V8WORKER2_OUT $GOPATH/src/github.com/ry/v8worker2/out
|
mv $V8WORKER2_OUT $GOPATH/src/github.com/ry/v8worker2/out
|
||||||
fi
|
fi
|
||||||
- (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
|
- ( cd $GOPATH/src/github.com/ry/v8worker2 && ./build.py --use_ccache )
|
||||||
- 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