Re: [Openvpn-devel] [PATCH] travis: add Visual Studio build

2019-11-03 Thread Lev Stipakov
Hi, Please note, that in order this to work, following patches have to be > merged: > > - https://github.com/OpenVPN/openvpn-build/pull/157 > - https://patchwork.openvpn.net/patch/867/ Since all prerequisites have been merged, this patch is good to go. Here is a link to a travis build, which

[Openvpn-devel] [PATCH] travis: add Visual Studio build

2019-10-18 Thread Lev Stipakov
From: Lev Stipakov I had to remove output redirect from build-deps.sh to file, because building OpenSSL on Windows takes some time, and travis aborts job if there is no output for more than 10 minutes. Signed-off-by: Lev Stipakov --- Please note, that in order this to work, following patches h