summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-10-26 15:20:56 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-10-27 11:03:47 +0200
commit4ab0afb368e248c1ecbd50011c86f8aa156a6f15 (patch)
tree102a321c8eb6dd5d9c40e72f42dfb8693eff087e
parent9e76dbe054c3726833317b8c474bfed37367ee0e (diff)
downloadcurl-bagder/appveyor-win32.tar.gz
appveyor: add 32bit win32 + ARM buildsbagder/appveyor-win32
-rw-r--r--appveyor.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3c60a4690..177278063 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -56,7 +56,18 @@ environment:
OPENSSL: OFF
TESTING: ON
STATICLIB: ON
-
+ - PRJ_GEN: "Visual Studio 14 2015"
+ BDIR: msvc2015
+ PRJ_CFG: Release
+ OPENSSL: OFF
+ TESTING: ON
+ STATICLIB: ON
+ - PRJ_GEN: "Visual Studio 14 2015 ARM"
+ BDIR: msvc2015
+ PRJ_CFG: Release
+ OPENSSL: OFF
+ TESTING: OFF
+ STATICLIB: OFF
build_script:
- mkdir build.%BDIR%