blob: d7fe8372e9aca56de14aebfee1692342aad9f683 [file] [log] [blame]
language: C
sudo: false
dist: trusty
addons:
apt:
packages:
- libacl1-dev
- libbz2-dev
- liblzma-dev
- libzip-dev
- lzop
os:
- linux
- osx
compiler:
- gcc
- clang
env:
- BUILD_SYSTEM=cmake
- BUILD_SYSTEM=autotools
matrix:
exclude:
- os: osx
compiler: gcc
before_install:
- if [ `uname` = "Darwin" ]; then brew update; fi
install:
- if [ `uname` = "Darwin" ]; then brew install xz lzop lz4; fi
script:
- build/ci_build.sh