mirror of https://github.com/mgba-emu/mgba.git
All: Travis attempt 3
This commit is contained in:
parent
45f52898dc
commit
92561e6866
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ $TRAVIS_OS_NAME -eq "osx"]; then
|
if [ $TRAVIS_OS_NAME -eq "osx" ]; then
|
||||||
brew install qt5 ffmpeg imagemagick sdl2 libzip libpng
|
brew install qt5 ffmpeg imagemagick sdl2 libzip libpng
|
||||||
else
|
else
|
||||||
sudo add-apt-repository ppa:smspillaz/cmake-2.8.12 -y
|
sudo add-apt-repository ppa:smspillaz/cmake-2.8.12 -y
|
||||||
|
|
|
@ -7,6 +7,8 @@ compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
|
||||||
|
sudo: required
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- ./.travis-deps.sh
|
- ./.travis-deps.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue