]> granicus.if.org Git - curl/commitdiff
AppVeyor: add 32-bit MinGW-w64 build
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 24 Sep 2019 17:26:51 +0000 (19:26 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Mon, 30 Sep 2019 20:59:44 +0000 (22:59 +0200)
With WinSSL and testing enabled so that it would have detected most of
the warnings fixed in [0] and [1].

[0] https://github.com/curl/curl/pull/4398
[1] https://github.com/curl/curl/pull/4415

Closes https://github.com/curl/curl/pull/4433

appveyor.yml

index 899764ec250b95f7a969bc0b1d11c7fde07f385b..d3a5ff24edd937be5516a4c72c7739e5607f8a92 100644 (file)
@@ -85,6 +85,19 @@ environment:
         COMPILER_PATH: "C:\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin"
         MSYS2_ARG_CONV_EXCL: "/*"
         BUILD_OPT: -k
+      - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
+        BUILD_SYSTEM: CMake
+        PRJ_GEN: "MSYS Makefiles"
+        PRJ_CFG: Debug
+        OPENSSL: OFF
+        WINSSL: ON
+        HTTP_ONLY: OFF
+        TESTING: ON
+        SHARED: OFF
+        DISABLED_TESTS: ""
+        COMPILER_PATH: "C:\\mingw-w64\\i686-6.3.0-posix-dwarf-rt_v5-rev1\\mingw32\\bin"
+        MSYS2_ARG_CONV_EXCL: "/*"
+        BUILD_OPT: -k
       - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
         BUILD_SYSTEM: CMake
         PRJ_GEN: "MSYS Makefiles"