mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-24 17:31:04 +00:00
Travis: install dependencies for OSX
This commit is contained in:
parent
feb7b8e1ae
commit
cf08670a1c
|
@ -2,6 +2,9 @@ language: c
|
||||||
sudo: false
|
sudo: false
|
||||||
before_install:
|
before_install:
|
||||||
- export LD_LIBRARY_PATH=`pwd`/samples/:$LD_LIBRARY_PATH
|
- 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:
|
script:
|
||||||
- ./make.sh
|
- ./make.sh
|
||||||
compiler:
|
compiler:
|
||||||
|
|
Loading…
Reference in a new issue