From: Marcel Raad Date: Sun, 7 Oct 2018 09:04:15 +0000 (+0200) Subject: AppVeyor: remove unused BDIR variable X-Git-Tag: curl-7_62_0~87 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae762e1abebe3a5fe75658583c85059a0957ef6e;p=thirdparty%2Fcurl.git AppVeyor: remove unused BDIR variable Closes https://github.com/curl/curl/pull/3104 --- diff --git a/appveyor.yml b/appveyor.yml index adac2525c4..913bd2d4f0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,43 +3,36 @@ version: 7.50.0.{build} environment: matrix: - PRJ_GEN: "Visual Studio 11 2012 Win64" - BDIR: msvc2012 PRJ_CFG: Release OPENSSL: ON TESTING: OFF SHARED: ON - PRJ_GEN: "Visual Studio 12 2013 Win64" - BDIR: msvc2013 PRJ_CFG: Release OPENSSL: ON TESTING: OFF SHARED: ON - PRJ_GEN: "Visual Studio 14 2015 Win64" - BDIR: msvc2015 PRJ_CFG: Release OPENSSL: ON TESTING: OFF SHARED: ON - PRJ_GEN: "Visual Studio 11 2012 Win64" - BDIR: msvc2012 PRJ_CFG: Release OPENSSL: OFF TESTING: ON SHARED: OFF - PRJ_GEN: "Visual Studio 12 2013 Win64" - BDIR: msvc2013 PRJ_CFG: Release OPENSSL: OFF TESTING: ON SHARED: OFF - PRJ_GEN: "Visual Studio 14 2015 Win64" - BDIR: msvc2015 PRJ_CFG: Release OPENSSL: OFF TESTING: ON SHARED: OFF - PRJ_GEN: "Visual Studio 14 2015" - BDIR: msvc2015 PRJ_CFG: Release OPENSSL: OFF TESTING: ON