aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2019-02-26 17:38:14 +0100
committerMarcel Raad <Marcel.Raad@teamviewer.com>2019-02-27 22:44:23 +0100
commit267fae336b09d7caa69ab8fd2c5bee3041a178c9 (patch)
tree580f4e3574d29efff18142ea0c780279d59a1aca /appveyor.yml
parent225698d0720c9cdeccd93beb6954481b01ecc2b5 (diff)
AppVeyor: add classic MinGW build
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
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b010ddb41..7681308e2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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%"