From 9dfc541dd7d11870d51b69c93083b805de30239f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 27 Oct 2017 23:40:04 +0200 Subject: appveyor: add a win32 build --- appveyor.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 3c60a4690..e2664b4cb 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% -- cgit v1.2.3