summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-04-14 11:19:13 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-04-14 11:19:13 +0200
commit2dabbb02db2db29ca713385ae52c774ff316cdf0 (patch)
tree2bc168c888c3bddc2b1cfdf285b7748b8901bf27
parent1dc957e1a5c8a5d7bc97f3acc3b63b2fb4c6cab6 (diff)
downloadcurl-2dabbb02db2db29ca713385ae52c774ff316cdf0.tar.gz
azure: add mqtt support to one of the Windows builds
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 222044ec3..77a47ab4e 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -255,7 +255,7 @@ stages:
container:
image: mback2k/curl-docker-winbuildenv-msys1-mingw32:ltsc2019
steps:
- - script: C:\MinGW\msys\1.0\bin\sh -l -c "cd $(echo '%cd%') && ./buildconf && ./configure --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-debug --enable-werror --without-zlib"
+ - script: C:\MinGW\msys\1.0\bin\sh -l -c "cd $(echo '%cd%') && ./buildconf && ./configure --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-debug --enable-werror --without-zlib --enable-mqtt"
displayName: 'configure debug without zlib'
- script: C:\MinGW\msys\1.0\bin\sh -l -c "cd $(echo '%cd%') && make"