mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-16 09:26:21 -05:00
30 lines
404 B
YAML
30 lines
404 B
YAML
image: Visual Studio 2017
|
|
|
|
platform:
|
|
- x64
|
|
- x86
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
version: "1.0.{build}"
|
|
|
|
environment:
|
|
global:
|
|
GOPATH: C:\gopath
|
|
|
|
install:
|
|
- go version
|
|
- 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
|
|
|
|
build: off
|
|
|
|
test_script:
|
|
- go test -p 1 -v v2ray.com/core/...
|