1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-10 13:38:04 -05:00

azure: add mqtt support to one of the Windows builds

This commit is contained in:
Daniel Stenberg 2020-04-14 11:19:13 +02:00
parent 42ff0d9bd2
commit f80dfd2256
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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"