From f4f0195e50561fe86c09236c039d9ca4b351c106 Mon Sep 17 00:00:00 2001 From: JaredDC Date: Wed, 30 Jun 2021 02:33:29 +0800 Subject: [PATCH] add appveyor.yml --- appveyor.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..0e218614 --- /dev/null +++ b/appveyor.yml @@ -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 \ No newline at end of file