summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2019-09-24 19:26:51 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2019-09-30 22:59:44 +0200
commit68b0aac2f81251607cf803d92cd29b17388941fb (patch)
treeea360bdcaafa972924627a73d053e15d8c0800df
parent79ea0c765b72ec6bd2272c902a857f64b1bc79dc (diff)
downloadcurl-68b0aac2f81251607cf803d92cd29b17388941fb.tar.gz
AppVeyor: add 32-bit MinGW-w64 build
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
-rw-r--r--appveyor.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 899764ec2..d3a5ff24e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -90,6 +90,19 @@ environment:
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"
+ PRJ_CFG: Debug
+ OPENSSL: OFF
WINSSL: OFF
HTTP_ONLY: OFF
TESTING: ON