]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
azure: add mqtt support to one of the Windows builds
authorDaniel Stenberg <daniel@haxx.se>
Tue, 14 Apr 2020 09:19:13 +0000 (11:19 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Apr 2020 11:04:10 +0000 (13:04 +0200)
.azure-pipelines.yml

index 222044ec3fcd1eac1887951cc6e540ff3e2f4031..77a47ab4eff434e22aa81a231593f609457d186a 100644 (file)
@@ -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"