summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-10-27 23:40:04 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-10-27 23:40:04 +0200
commit9dfc541dd7d11870d51b69c93083b805de30239f (patch)
treea1134bda217177d6663b3e406cdb2819fb08c6f0
parent961c8667d228ede745aa5166d7f6f6d7dd3c267c (diff)
downloadcurl-9dfc541dd7d11870d51b69c93083b805de30239f.tar.gz
appveyor: add a win32 build
-rw-r--r--appveyor.yml7
1 files changed, 6 insertions, 1 deletions
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%