1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-28 14:56:33 -04:00
v2fly/appveyor.yml
2018-07-25 11:39:24 +02:00

25 lines
327 B
YAML

os: Visual Studio 2017
platform: x64
branches:
only:
- master
version: "1.0.{build}"
environment:
global:
GOPATH: C:\gopath
install:
- git submodule update --init
- go version
- go get -u v2ray.com/core/...
- go get -u v2ray.com/ext/...
build: off
test_script:
- go test -p 1 -v v2ray.com/core/...