diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-07 11:04:15 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-07 15:28:28 +0200 |
commit | ae762e1abebe3a5fe75658583c85059a0957ef6e (patch) | |
tree | 9257507f00f52bb45944316ce2c8936b9b395348 /appveyor.yml | |
parent | 791105bc4e758fbd87758e9e514de2faaaa25ebb (diff) | |
download | curl-ae762e1abebe3a5fe75658583c85059a0957ef6e.tar.gz |
AppVeyor: remove unused BDIR variable
Closes https://github.com/curl/curl/pull/3104
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml index adac2525c..913bd2d4f 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 |