mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 10:38:18 +00:00
Travis: install dependencies for OSX
This commit is contained in:
parent
feb7b8e1ae
commit
cf08670a1c
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue