Let's try adding OS X to the Travis file.

This commit is contained in:
Pietro Gagliardi 2016-01-05 00:26:52 -05:00
parent 84b392d0f9
commit 0713e36e57
1 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,14 @@
os:
- linux
- osx
# This makes us use Ubuntu 14 instead of 12
dist: trusty
language: cpp
language: c
script:
- sudo apt-get update
- sudo apt-get install libgtk-3-dev -y || sudo apt-cache search libgtk3
- [ Z$TRAVIS_OS_NAME = Zlinux ] && sudo apt-get update
- [ Z$TRAVIS_OS_NAME = Zlinux ] && { sudo apt-get install libgtk-3-dev -y || sudo apt-cache search libgtk3; }
- make -f GNUmakefile
- make -f GNUmakefile examples
- make -f GNUmakefile test