all repos — mgba @ 5384eac1760608d42bcd60574349f39bf90993b1

mGBA Game Boy Advance Emulator

All: Travis attempt 6
Jeffrey Pfau jeffrey@endrift.com
Tue, 22 Sep 2015 23:17:48 -0700
commit

5384eac1760608d42bcd60574349f39bf90993b1

parent

5bff3951425e4ddcca46674eb397d6c60f2572cb

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M .travis-deps.sh.travis-deps.sh

@@ -1,5 +1,6 @@

#!/bin/sh if [ $TRAVIS_OS_NAME = "osx" ]; then + brew update brew install qt5 ffmpeg imagemagick sdl2 libzip libpng else sudo add-apt-repository ppa:smspillaz/cmake-2.8.12 -y
M .travis.yml.travis.yml

@@ -2,6 +2,9 @@ os:

- linux - osx +env: + - CMAKE_MODULE_PATH=/usr/local/opt/qt + language: c compiler: - gcc