1
0
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:
Darien Raymond 2018-10-06 20:55:59 +02:00
parent 50f7e396c9
commit 68b36d1d85
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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/...