mgba/.travis-deps.sh

9 lines
177 B
Bash
Executable File

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