Skip to content

Commit

Permalink
AppVeyor: add HTTP_ONLY build
Browse files Browse the repository at this point in the history
Closes #3104
  • Loading branch information
MarcelRaad committed Oct 7, 2018
1 parent d6eb28a commit 9f3be56
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions appveyor.yml
Expand Up @@ -6,42 +6,57 @@ environment:
PRJ_CFG: Release
OPENSSL: OFF
WINSSL: ON
HTTP_ONLY: OFF
TESTING: OFF
SHARED: ON
- PRJ_GEN: "Visual Studio 14 2015 Win64"
PRJ_CFG: Release
OPENSSL: OFF
WINSSL: ON
HTTP_ONLY: OFF
TESTING: OFF
SHARED: ON
- PRJ_GEN: "Visual Studio 14 2015 Win64"
PRJ_CFG: Release
OPENSSL: ON
WINSSL: OFF
HTTP_ONLY: OFF
TESTING: OFF
SHARED: ON
- PRJ_GEN: "Visual Studio 10 2010 Win64"
PRJ_CFG: Release
OPENSSL: OFF
WINSSL: OFF
HTTP_ONLY: OFF
TESTING: ON
SHARED: OFF
- PRJ_GEN: "Visual Studio 11 2012 Win64"
PRJ_CFG: Release
OPENSSL: OFF
WINSSL: OFF
HTTP_ONLY: OFF
TESTING: ON
SHARED: OFF
- PRJ_GEN: "Visual Studio 12 2013 Win64"
PRJ_CFG: Release
OPENSSL: OFF
WINSSL: OFF
HTTP_ONLY: OFF
TESTING: ON
SHARED: OFF
- PRJ_GEN: "Visual Studio 14 2015 Win64"
PRJ_CFG: Release
OPENSSL: OFF
WINSSL: OFF
HTTP_ONLY: OFF
TESTING: ON
SHARED: OFF
- PRJ_GEN: "Visual Studio 14 2015 Win64"
BDIR: msvc2015
PRJ_CFG: Release
OPENSSL: OFF
WINSSL: OFF
HTTP_ONLY: ON
TESTING: ON
SHARED: OFF

Expand All @@ -50,6 +65,7 @@ build_script:
-G"%PRJ_GEN%"
-DCMAKE_USE_OPENSSL=%OPENSSL%
-DCMAKE_USE_WINSSL=%WINSSL%
-DHTTP_ONLY=%HTTP_ONLY%
-DBUILD_SHARED_LIBS=%SHARED%
-DBUILD_TESTING=%TESTING%
-DCURL_WERROR=ON
Expand Down

0 comments on commit 9f3be56

Please sign in to comment.