mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 01:57:12 -05:00
refine appveyor yaml. fixes #1212
This commit is contained in:
parent
1ca3bb9750
commit
de2e386007
10
appveyor.yml
10
appveyor.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user