mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Merge commit '86cc97e55fe346502462284d2e636a2b3708163e' as 'Sources/OpenVPN3'
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
version: 1.0.{build}
|
||||
|
||||
image: Visual Studio 2019
|
||||
|
||||
clone_folder: c:\ovpn3\core
|
||||
|
||||
install:
|
||||
- pip install rfc6266 requests
|
||||
- if not exist "C:\strawberry" choco install strawberryperl -y
|
||||
- set PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
|
||||
|
||||
environment:
|
||||
MSVC_DIR: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community
|
||||
O3: C:\ovpn3
|
||||
STATIC: 1
|
||||
|
||||
before_build:
|
||||
- cmd: cd win && python buildep.py
|
||||
|
||||
after_build:
|
||||
- cmd: copy c:\ovpn3\deps\amd64\openssl\out32dll\ssleay32.dll c:\ovpn3\core\win\x64\ReleaseOpenSSL\
|
||||
- cmd: copy c:\ovpn3\deps\amd64\openssl\out32dll\libeay32.dll c:\ovpn3\core\win\x64\ReleaseOpenSSL\
|
||||
|
||||
platform: x64
|
||||
|
||||
configuration: ReleaseOpenSSL
|
||||
|
||||
artifacts:
|
||||
- path: win\x64\ReleaseOpenSSL\cli.exe
|
||||
- path: win\x64\ReleaseOpenSSL\*.dll
|
||||
|
||||
|
||||
Reference in New Issue
Block a user