1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-24 08:25:23 +00:00

refine appveyor yaml. fixes #1212

This commit is contained in:
Darien Raymond 2018-07-29 10:33:09 +02:00
parent 1ca3bb9750
commit de2e386007
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -1,6 +1,8 @@
os: Visual Studio 2017
image: Visual Studio 2017
platform: x64
platform:
- x64
- x86
branches:
only:
@ -17,6 +19,10 @@ install:
- 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: