From 4db16294ba7e6d6c0b4a67cb8971b04d8417a367 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 21 Apr 2019 17:41:29 -0700 Subject: [PATCH] Don't set OPENSSL_VERSION for mingw build We don't use the slproweb build on mingw anyways, so this was just confusing. --- appveyor.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2750b03f..e3062330 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,16 +7,17 @@ environment: OPENSSL_VERSION: 1_1_1b OPENSSL_DIR: C:\OpenSSL - # 1.0.2, 64/32 bit - - TARGET: x86_64-pc-windows-gnu - BITS: 64 - MSYS2: 1 - OPENSSL_VERSION: 1_0_2r + # 1.0.2, 32 bit - TARGET: i686-pc-windows-msvc BITS: 32 OPENSSL_VERSION: 1_0_2r OPENSSL_DIR: C:\OpenSSL + # mingw + - TARGET: x86_64-pc-windows-gnu + BITS: 64 + MSYS2: 1 + # vcpkg - TARGET: x86_64-pc-windows-msvc VCPKG_DEFAULT_TRIPLET: x64-windows