v2ray-core/appveyor.yml

29 lines
416 B
YAML
Raw Normal View History

2018-07-25 09:31:59 +00:00
os: Visual Studio 2017
platform: x64
branches:
only:
- master
version: "1.0.{build}"
# Clone directly into GOPATH.
clone_folder: C:\gopath\src\v2ray.com\core
clone_depth: 5
environment:
global:
GOPATH: C:\gopath
install:
- git submodule update --init
- 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-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/...