mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
Try to fix travis again.
This commit is contained in:
parent
344525c2c8
commit
1406173a51
1 changed files with 2 additions and 4 deletions
|
@ -5,14 +5,10 @@ cache:
|
||||||
- .cache/
|
- .cache/
|
||||||
- node_modules/
|
- node_modules/
|
||||||
- $V8WORKER2_OUT_PATH
|
- $V8WORKER2_OUT_PATH
|
||||||
before_script:
|
|
||||||
- mkdir -p $DENO_PATH
|
|
||||||
- cd $DENO_PATH
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- V8WORKER2_OUT_PATH=$HOME/v8worker2_out
|
- V8WORKER2_OUT_PATH=$HOME/v8worker2_out
|
||||||
- PROTOBUF_ROOT=$HOME/protobuf
|
- PROTOBUF_ROOT=$HOME/protobuf
|
||||||
- DENO_PATH=/home/travis/gopath/src/github.com/ry/deno
|
|
||||||
before_install: |
|
before_install: |
|
||||||
# protobuf
|
# protobuf
|
||||||
export PATH=$PROTOBUF_ROOT/bin:$PATH
|
export PATH=$PROTOBUF_ROOT/bin:$PATH
|
||||||
|
@ -25,6 +21,8 @@ before_install: |
|
||||||
popd
|
popd
|
||||||
fi
|
fi
|
||||||
install:
|
install:
|
||||||
|
- mkdir -p $GOPATH/src/github.com/ry
|
||||||
|
- ln -s `pwd` $GOPATH/src/github.com/ry/deno
|
||||||
- env
|
- env
|
||||||
- go get -d github.com/ry/v8worker2
|
- go get -d github.com/ry/v8worker2
|
||||||
- $GOPATH/src/github.com/ry/v8worker2/build.py --use_ccache --out_path $V8WORKER2_OUT_PATH
|
- $GOPATH/src/github.com/ry/v8worker2/build.py --use_ccache --out_path $V8WORKER2_OUT_PATH
|
||||||
|
|
Loading…
Add table
Reference in a new issue