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

enable windows ci

This commit is contained in:
Darien Raymond 2018-07-25 11:31:59 +02:00
parent 232e715b8b
commit 5a61d32656
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

24
appveyor.yml Normal file
View File

@ -0,0 +1,24 @@
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/...