Travis: install dependencies for OSX

This commit is contained in:
Nguyen Anh Quynh 2016-03-03 23:25:29 +08:00
parent feb7b8e1ae
commit cf08670a1c

View file

@ -2,6 +2,9 @@ language: c
sudo: false
before_install:
- export LD_LIBRARY_PATH=`pwd`/samples/:$LD_LIBRARY_PATH
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew pkg-config glib; fi
script:
- ./make.sh
compiler: