openssl versions were aligned to those used in "openvpn-build" repo, i.e. the same version were used as in installer creation. not sure why do we want to have big matrix for cross builds.
but I do not mind, the more tests the better :) пт, 5 окт. 2018 г. в 17:40, Steffan Karger <stef...@karger.me>: > So we catch both compilation errors against OpenSSL 1.0 and 1.1 on Windows. > > Signed-off-by: Steffan Karger <stef...@karger.me> > --- > .travis.yml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/.travis.yml b/.travis.yml > index 216f0a04..ede2aaa6 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -53,7 +53,10 @@ matrix: > os: osx > osx_image: xcode7.3 > compiler: clang > - - env: SSLLIB="openssl" CHOST=x86_64-w64-mingw32 > + - env: SSLLIB="openssl" CHOST=x86_64-w64-mingw32 > OPENSSL_VERSION="1.0.1u" > + os: linux > + compiler: ": Win64 build only" > + - env: SSLLIB="openssl" CHOST=x86_64-w64-mingw32 > OPENSSL_VERSION="1.1.0h" > os: linux > compiler: ": Win64 build only" > - env: SSLLIB="openssl" CHOST=i686-w64-mingw32 > -- > 2.17.1 > > > > _______________________________________________ > Openvpn-devel mailing list > Openvpn-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/openvpn-devel >
_______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel