mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-28 13:56:20 +00:00
37 lines
No EOL
677 B
YAML
37 lines
No EOL
677 B
YAML
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: >-
|
|
cd v2rayN
|
|
|
|
nuget restore -verbosity detailed
|
|
|
|
build:
|
|
parallel: true
|
|
verbosity: minimal
|
|
|
|
after_build:
|
|
- cmd:
|
|
dir
|
|
|
|
7z x v2rayN-Core-bin\v2ray-windows.zip -ov2rayN\bin\Release
|
|
|
|
copy v2rayN-Core-bin\geoip.dat v2rayN\bin\Release /y
|
|
|
|
copy v2rayN-Core-bin\geosite.dat v2rayN\bin\Release /y
|
|
|
|
artifacts:
|
|
- path: v2rayN\v2rayN\bin\Release
|
|
name: v2rayN.Protable
|
|
|
|
on_success:
|
|
- echo succeed |