mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
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
This commit is contained in:
parent
225698d072
commit
267fae336b
11
appveyor.yml
11
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%"
|
||||
|
Loading…
Reference in New Issue
Block a user