blob: b349a4ee14f4b874634f0699e34ca5d6fc3bcef3 [file]
matrix:
include:
- os: linux
dist: trusty
sudo: required
compiler: gcc
- os: linux
dist: trusty
sudo: required
compiler: clang
- os: osx
language: c
before_install:
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install --yes cmake
fi
script:
- cmake .
- make all
- make check