mgba/.travis-deps.sh

5 lines
134 B
Bash
Executable file

#!/bin/sh
if [ $TRAVIS_OS_NAME = "osx" ]; then
brew update
brew install qt5 ffmpeg imagemagick sdl2 libedit libelf libpng libzip
fi