mirror of https://github.com/v2ray/v2ray-core
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.
25 lines
339 B
25 lines
339 B
6 years ago
|
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
|
||
|
|
||
|
test_script:
|
||
|
- go test -p 1 -v v2ray.com/core/...
|