1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

travis: add mqtt job on Linux

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

View File

@ -85,6 +85,11 @@ matrix:
env:
- T=normal C="--enable-ares"
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
- os: linux
compiler: gcc
dist: trusty
env:
- T=normal C="--enable-mqtt"
- os: linux
compiler: gcc
dist: bionic