Enable OS X Travis tests

This commit is contained in:
Kevin Wojniak 2016-05-23 20:18:41 -07:00
parent 156c3584f7
commit ab35ae254f
1 changed files with 3 additions and 5 deletions

View File

@ -1,16 +1,14 @@
os:
- linux
- osx
# This makes us use Ubuntu 14 instead of 12
dist: trusty
language: c
script:
- sudo apt-get update
- sudo apt-get install libgtk-3-dev -y || sudo apt-cache search libgtk3
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update; fi
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install libgtk-3-dev -y || sudo apt-cache search libgtk3; fi
- make -f GNUmakefile
- make -f GNUmakefile test
- make -f GNUmakefile examples
# TODO osx
# need to figure out how to force language: objective-c and turn off the apt-get rules