Add Travis-CI configuration for automated testing.

This commit is contained in:
Grant Paul 2016-02-16 12:46:01 -08:00
parent 98c37ba5e6
commit 1fd9371724

28
.travis.yml Normal file
View File

@ -0,0 +1,28 @@
language: generic
script:
- make
- make test
sudo: false
matrix:
include:
- os: linux
dist: trusty
compiler: gcc
addons:
apt:
sources: kalakris-cmake
packages:
- libxml2-dev
- ninja-build
- cmake
- os: osx
osx_image: xcode7.2
compiler: clang
before_install:
- brew update
install:
- brew reinstall cmake
- brew reinstall ninja