From: Daniel Stenberg Date: Fri, 27 Oct 2017 21:40:04 +0000 (+0200) Subject: appveyor: add a win32 build X-Git-Tag: curl-7_57_0~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9dfc541dd7d11870d51b69c93083b805de30239f;p=thirdparty%2Fcurl.git appveyor: add a win32 build --- diff --git a/appveyor.yml b/appveyor.yml index 3c60a46903..e2664b4cba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,7 +56,12 @@ environment: OPENSSL: OFF TESTING: ON STATICLIB: ON - + - PRJ_GEN: "Visual Studio 14 2015" + BDIR: msvc2015 + PRJ_CFG: Release + OPENSSL: OFF + TESTING: ON + STATICLIB: ON build_script: - mkdir build.%BDIR%