mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 15:36:41 -05:00
fix appveyor and shipping build scripts
This commit is contained in:
parent
50f7e396c9
commit
68b36d1d85
@ -21,8 +21,8 @@ install:
|
||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go%GOVERSION%.windows-amd64.zip
|
||||
- 7z x go%GOVERSION%.windows-amd64.zip -y -oC:\ > NUL
|
||||
- go version
|
||||
- go get v2ray.com/core/...
|
||||
- go get v2ray.com/ext/...
|
||||
- go get -t v2ray.com/core/...
|
||||
- go get -t v2ray.com/ext/...
|
||||
|
||||
build_script:
|
||||
- go build v2ray.com/core/main
|
||||
|
@ -15,6 +15,6 @@ build:
|
||||
- tar -C /usr/local -xzf golang.tar.gz
|
||||
- export PATH=$PATH:/usr/local/go/bin
|
||||
- export GOPATH=/v2ray
|
||||
- go get v2ray.com/core/...
|
||||
- go get v2ray.com/ext/...
|
||||
- go get -t v2ray.com/core/...
|
||||
- go get -t v2ray.com/ext/...
|
||||
- go test -p 1 -v v2ray.com/core/...
|
||||
|
Loading…
Reference in New Issue
Block a user