mgba/.travis-deps.sh
2019-12-13 00:57:14 -08:00

9 lines
185 B
Bash
Executable File

#!/bin/sh
if [ $TRAVIS_OS_NAME = "osx" ]; then
brew update
brew install qt5 ffmpeg sdl2 libedit libelf libpng libzip
else
sudo apt-get update
sudo apt-get -y install libseccomp2
fi