1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 14:56:33 -04:00
v2fly/appveyor.yml

24 lines
295 B
YAML
Raw Normal View History

2018-07-25 05:31:59 -04:00
os: Visual Studio 2017
platform: x64
branches:
only:
- master
version: "1.0.{build}"
environment:
global:
GOPATH: C:\gopath
install:
- go version
2018-07-25 05:36:58 -04:00
- go get -u v2ray.com/core/...
- go get -u v2ray.com/ext/...
2018-07-25 05:31:59 -04:00
2018-07-25 05:34:34 -04:00
build: off
2018-07-25 05:31:59 -04:00
test_script:
- go test -p 1 -v v2ray.com/core/...