v2ray-core/appveyor.yml

30 lines
404 B
YAML
Raw Normal View History

2018-07-29 08:33:09 +00:00
image: Visual Studio 2017
2018-07-25 09:31:59 +00:00
2018-07-29 08:33:09 +00:00
platform:
- x64
- x86
2018-07-25 09:31:59 +00:00
branches:
only:
- master
version: "1.0.{build}"
environment:
global:
GOPATH: C:\gopath
install:
- go version
2018-07-25 09:36:58 +00:00
- go get -u v2ray.com/core/...
- go get -u v2ray.com/ext/...
2018-07-25 09:31:59 +00:00
2018-07-29 08:33:09 +00:00
build_script:
- go build v2ray.com/core/main
- go build v2ray.com/ext/tools/control/main
2018-07-25 09:34:34 +00:00
build: off
2018-07-25 09:31:59 +00:00
test_script:
- go test -p 1 -v v2ray.com/core/...