]> granicus.if.org Git - curl/commitdiff
AppVeyor: add classic MinGW build
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Tue, 26 Feb 2019 16:38:14 +0000 (17:38 +0100)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 27 Feb 2019 21:44:23 +0000 (22:44 +0100)
But use the MSYS2 shell rather than the default MSYS shell because of
POSIX path conversion issues. Classic MinGW is only available on the
Visual Studio 2015 image.

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

appveyor.yml

index b010ddb4195777419d470ffea63a3759ed9f60a2..7681308e2938c1586f47af5c248b1714ca961c6e 100644 (file)
@@ -73,6 +73,17 @@ environment:
         DISABLED_TESTS: "!198"
         COMPILER_PATH: "C:\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin"
         MSYS2_ARG_CONV_EXCL: "/*"
+      - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
+        PRJ_GEN: "MSYS Makefiles"
+        PRJ_CFG: Debug
+        OPENSSL: OFF
+        WINSSL: OFF
+        HTTP_ONLY: OFF
+        TESTING: ON
+        SHARED: OFF
+        DISABLED_TESTS: ""
+        COMPILER_PATH: "C:\\MinGW\\bin"
+        MSYS2_ARG_CONV_EXCL: "/*"
 
 install:
     - set "PATH=C:\msys64\usr\bin;%PATH%"