mirror of
https://github.com/moparisthebest/curl
synced 2025-01-10 21:48:10 -05:00
travis: add mqtt job on Linux
This commit is contained in:
parent
41f5b66a02
commit
42ff0d9bd2
@ -85,6 +85,11 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- T=normal C="--enable-ares"
|
- T=normal C="--enable-ares"
|
||||||
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
|
- OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8"
|
||||||
|
- os: linux
|
||||||
|
compiler: gcc
|
||||||
|
dist: trusty
|
||||||
|
env:
|
||||||
|
- T=normal C="--enable-mqtt"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
dist: bionic
|
dist: bionic
|
||||||
|
Loading…
Reference in New Issue
Block a user