mirror of
https://github.com/curl/curl.git
synced 2026-05-14 16:26:20 +03:00
AppVeyor: Remove non-SSL non-test builds
They don't add much value. Closes https://github.com/curl/curl/pull/3100
This commit is contained in:
parent
803d238073
commit
d72219eebb
1 changed files with 0 additions and 18 deletions
18
appveyor.yml
18
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue