mirror of
https://github.com/curl/curl.git
synced 2026-05-30 04:37:28 +03:00
travis: add mqtt job on Linux
This commit is contained in:
parent
41f5b66a02
commit
42ff0d9bd2
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue