blob: 9b1fe75a0a731389d8a772702a4e09a1c691c07b [file] [log] [blame]
language: cpp
sudo: required
dist: trusty
addons:
apt:
packages:
- libdbus-1-dev
- autoconf-archive
- doxygen
- ctags
- libboost-dev
- libboost-filesystem-dev
- libboost-system-dev
- libavahi-core-dev
- expect
cache:
directories:
- $HOME/.cache/tools
before_install: .travis/before_install.sh
script: .travis/script.sh
matrix:
include:
- env: BUILD_TARGET="pretty-check"
os: linux
- env: BUILD_TARGET="posix-check" VERBOSE=1
compiler: gcc
os: linux