mosquitto/.travis.yml

14 lines
294 B
YAML
Raw Normal View History

2015-02-09 22:03:04 +00:00
language: c
compiler:
- gcc
- clang
os:
- linux
- osx
2015-02-09 22:07:34 +00:00
script: make ; make test
2015-02-09 22:03:04 +00:00
before_install:
- sudo apt-get update -qq
2015-02-09 22:11:07 +00:00
- sudo apt-get install -y debhelper libc-ares-dev libssl-dev libwrap0-dev python-all python3-all uthash-dev uuid-dev libuuid1 xsltproc docbook-xsl
2015-02-09 22:03:04 +00:00