0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/appveyor.yml
Lev Stipakov d446559992
appveyor: use vcpkg for building deps
Also use msbuild instead of removed python scripts

Signed-off-by: Lev Stipakov <lev@openvpn.net>
2019-11-28 13:20:17 +02:00

26 lines
466 B
YAML

version: 1.0.{build}
image: Visual Studio 2019
cache: c:\tools\vcpkg\installed\
clone_folder: c:\ovpn3\core
install:
- cd C:\Tools\vcpkg
- git pull
- .\bootstrap-vcpkg.bat
- .\vcpkg integrate install
- .\vcpkg install asio:x64-windows openssl-windows:x64-windows tap-windows6:x64-windows"
- cd %APPVEYOR_BUILD_FOLDER%\win
platform: x64
configuration: ReleaseOpenSSL
artifacts:
- path: win\x64\ReleaseOpenSSL\cli.exe
- path: win\x64\ReleaseOpenSSL\*.dll