aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2019-02-25 21:03:13 +0100
committerMarcel Raad <Marcel.Raad@teamviewer.com>2019-02-26 08:47:53 +0100
commit5b796641772c0bf3204d2a321dc9fcd9cb40f710 (patch)
tree74f5f2643c24579c499e0806b0f7885853fc3eba /appveyor.yml
parent509a0d975f1ed8f180b13857771116d6f2192e0f (diff)
AppVeyor: remove redundant builds
Remove the Visual Studio 2012 and 2013 builds as they add little value. Ref: https://github.com/curl/curl/pull/3606 Closes https://github.com/curl/curl/pull/3614
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d6d59075d..c23723b19 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,20 +30,6 @@ environment:
HTTP_ONLY: OFF
TESTING: ON
SHARED: OFF
- - PRJ_GEN: "Visual Studio 11 2012 Win64"
- PRJ_CFG: Debug
- OPENSSL: OFF
- WINSSL: OFF
- HTTP_ONLY: OFF
- TESTING: ON
- SHARED: OFF
- - PRJ_GEN: "Visual Studio 12 2013 Win64"
- PRJ_CFG: Debug
- OPENSSL: OFF
- WINSSL: OFF
- HTTP_ONLY: OFF
- TESTING: ON
- SHARED: OFF
- PRJ_GEN: "Visual Studio 14 2015 Win64"
PRJ_CFG: Debug
OPENSSL: OFF