mirror of https://github.com/eclipse/paho.mqtt.c
Try ant instead of make
This commit is contained in:
parent
1344a541ec
commit
89d2c5fc66
|
|
@ -1,4 +1,5 @@
|
|||
language: c
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
|
@ -8,4 +9,4 @@ os:
|
|||
- osx
|
||||
|
||||
script:
|
||||
- make
|
||||
- ant
|
||||
|
|
|
|||
Loading…
Reference in New Issue