v2rayN/appveyor.yml

37 lines
677 B
YAML
Raw Normal View History

2021-06-29 18:33:29 +00:00
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
2021-06-30 07:01:16 +00:00
2021-06-29 18:33:29 +00:00
before_build:
2021-06-29 18:41:45 +00:00
- ps: >-
cd v2rayN
nuget restore -verbosity detailed
2021-06-30 07:01:16 +00:00
2021-06-29 18:33:29 +00:00
build:
parallel: true
verbosity: minimal
2021-06-30 07:01:16 +00:00
after_build:
- cmd:
dir
2021-06-30 07:05:10 +00:00
2021-06-30 07:12:42 +00:00
7z x v2rayN-Core-bin\v2ray-windows.zip -ov2rayN\bin\Release
2021-06-30 09:04:04 +00:00
copy v2rayN-Core-bin\geoip.dat v2rayN\bin\Release /y
copy v2rayN-Core-bin\geosite.dat v2rayN\bin\Release /y
2021-06-30 07:01:16 +00:00
2021-06-29 18:33:29 +00:00
artifacts:
- path: v2rayN\v2rayN\bin\Release
name: v2rayN.Protable
on_success:
- echo succeed