mgba/.travis-deps.sh

9 lines
185 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
2019-12-13 08:57:14 +00:00
brew install qt5 ffmpeg sdl2 libedit libelf libpng libzip
2019-10-15 02:53:39 +00:00
else
sudo apt-get update
sudo apt-get -y install libseccomp2
2015-09-21 07:46:57 +00:00
fi