1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-08 20:38:18 -05:00

appveyor: add a win32 build

This commit is contained in:
Daniel Stenberg 2017-10-27 23:40:04 +02:00
parent 961c8667d2
commit 9dfc541dd7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -56,7 +56,12 @@ environment:
OPENSSL: OFF OPENSSL: OFF
TESTING: ON TESTING: ON
STATICLIB: ON STATICLIB: ON
- PRJ_GEN: "Visual Studio 14 2015"
BDIR: msvc2015
PRJ_CFG: Release
OPENSSL: OFF
TESTING: ON
STATICLIB: ON
build_script: build_script:
- mkdir build.%BDIR% - mkdir build.%BDIR%