mgba/.travis-deps.sh

6 lines
134 B
Bash
Raw Normal View History

2015-09-21 07:46:57 +00:00
#!/bin/sh
2015-09-21 07:53:27 +00:00
if [ $TRAVIS_OS_NAME = "osx" ]; then
2015-09-23 06:17:48 +00:00
brew update
2018-06-25 22:52:49 +00:00
brew install qt5 ffmpeg imagemagick sdl2 libedit libelf libpng libzip
2015-09-21 07:46:57 +00:00
fi