mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-24 11:56:55 +00:00
add appveyor.yml
This commit is contained in:
parent
b9b3aed4ce
commit
f4f0195e50
1 changed files with 22 additions and 0 deletions
22
appveyor.yml
Normal file
22
appveyor.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
environment:
|
||||
STATIC_SITE_REPO: https://github.com/JaredDC/v2rayN
|
||||
GIT_USER_EMAIL: jared.dcx@gmail.com
|
||||
GIT_USER_NAME: JaredDC
|
||||
image: Visual Studio 2019
|
||||
configuration: Release
|
||||
test: off
|
||||
before_build:
|
||||
- ps: >-
|
||||
nuget restore -verbosity detailed
|
||||
build:
|
||||
parallel: true
|
||||
verbosity: minimal
|
||||
artifacts:
|
||||
- path: v2rayN\v2rayN\bin\Release
|
||||
name: v2rayN.Protable
|
||||
|
||||
on_success:
|
||||
- echo succeed
|
Loading…
Reference in a new issue