From a29b60c9577a7ea1302cd761645234a174a7e3cb Mon Sep 17 00:00:00 2001 From: Steffan Karger Date: Fri, 5 Oct 2018 14:39:38 +0200 Subject: [PATCH] travis: add OpenSSL 1.1 Windows build So we catch both compilation errors against OpenSSL 1.0 and 1.1 on Windows. Signed-off-by: Steffan Karger Acked-by: Gert Doering Message-Id: <20181005123938.25649-1-steffan@karger.me> URL: https://www.mail-archive.com/search?l=mid&q=20181005123938.25649-1-steffan@karger.me Signed-off-by: Gert Doering --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 216f0a04e6e..ede2aaa6888 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