all repos — mgba @ 0e49b2d3919428b219af8f9196ac29ec6c1f4c4c

mGBA Game Boy Advance Emulator

.travis-deps.sh (view raw)

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