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
2 changed files with 4 additions and 4 deletions
+2 -2
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
+2 -2
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/...