mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-17 23:06:30 -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:
|
branches:
|
||||||
only:
|
only:
|
||||||
@ -17,6 +19,10 @@ install:
|
|||||||
- go get -u v2ray.com/core/...
|
- go get -u v2ray.com/core/...
|
||||||
- go get -u v2ray.com/ext/...
|
- go get -u v2ray.com/ext/...
|
||||||
|
|
||||||
|
build_script:
|
||||||
|
- go build v2ray.com/core/main
|
||||||
|
- go build v2ray.com/ext/tools/control/main
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user