From: Marcel Raad Date: Thu, 4 Oct 2018 18:08:07 +0000 (+0200) Subject: AppVeyor: Remove non-SSL non-test builds X-Git-Tag: curl-7_62_0~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d72219eebb36a38201fac11a9d480a1e2830cb81;p=thirdparty%2Fcurl.git AppVeyor: Remove non-SSL non-test builds They don't add much value. Closes https://github.com/curl/curl/pull/3100 --- diff --git a/appveyor.yml b/appveyor.yml index ee5edf1190..0f520c9c4d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,24 +2,6 @@ version: 7.50.0.{build} environment: matrix: - - PRJ_GEN: "Visual Studio 11 2012 Win64" - BDIR: msvc2012 - PRJ_CFG: Release - OPENSSL: OFF - TESTING: OFF - SHARED: ON - - PRJ_GEN: "Visual Studio 12 2013 Win64" - BDIR: msvc2013 - PRJ_CFG: Release - OPENSSL: OFF - TESTING: OFF - SHARED: ON - - PRJ_GEN: "Visual Studio 14 2015 Win64" - BDIR: msvc2015 - PRJ_CFG: Release - OPENSSL: OFF - TESTING: OFF - SHARED: ON - PRJ_GEN: "Visual Studio 11 2012 Win64" BDIR: msvc2012 PRJ_CFG: Release