summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%