You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
v2ray-core/appveyor.yml

32 lines
422 B

image: Visual Studio 2017
platform:
- x64
- x86
branches:
only:
- master
version: "1.0.{build}"
stack: "go 1.11"
environment:
global:
GOPATH: C:\gopath
install:
- go version
6 years ago
- go get -u v2ray.com/core/...
- go get -u v2ray.com/ext/...
build_script:
- go build v2ray.com/core/main
- go build v2ray.com/ext/tools/control/main
6 years ago
build: off
test_script:
- go test -p 1 -v v2ray.com/core/...