diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-04 20:08:07 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2018-10-05 09:31:09 +0200 |
commit | d72219eebb36a38201fac11a9d480a1e2830cb81 (patch) | |
tree | 83e9ffb1d025ea5862e0d4d29057916766f10fd7 | |
parent | 803d23807340ce1403032578bc74fc0cc9e30742 (diff) |
AppVeyor: Remove non-SSL non-test builds
They don't add much value.
Closes https://github.com/curl/curl/pull/3100
-rw-r--r-- | appveyor.yml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/appveyor.yml b/appveyor.yml index ee5edf119..0f520c9c4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,24 +5,6 @@ environment: - 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 OPENSSL: ON TESTING: OFF SHARED: ON |