]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
appveyor: add a win32 build
authorDaniel Stenberg <daniel@haxx.se>
Fri, 27 Oct 2017 21:40:04 +0000 (23:40 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 27 Oct 2017 21:40:04 +0000 (23:40 +0200)
appveyor.yml

index 3c60a46903976d46ed1b103e543bf30395842ca4..e2664b4cba370c37e315ad8377821d997ee30661 100644 (file)
@@ -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%