mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:33:33 +03:00
azure: add mqtt support to one of the Windows builds
This commit is contained in:
parent
42ff0d9bd2
commit
f80dfd2256
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ stages:
|
||||||
container:
|
container:
|
||||||
image: mback2k/curl-docker-winbuildenv-msys1-mingw32:ltsc2019
|
image: mback2k/curl-docker-winbuildenv-msys1-mingw32:ltsc2019
|
||||||
steps:
|
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'
|
displayName: 'configure debug without zlib'
|
||||||
|
|
||||||
- script: C:\MinGW\msys\1.0\bin\sh -l -c "cd $(echo '%cd%') && make"
|
- script: C:\MinGW\msys\1.0\bin\sh -l -c "cd $(echo '%cd%') && make"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue