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
|
||||
if [ $TRAVIS_OS_NAME -eq "osx"]; then
|
||||
if [ $TRAVIS_OS_NAME -eq "osx" ]; then
|
||||
brew install qt5 ffmpeg imagemagick sdl2 libzip libpng
|
||||
else
|
||||
sudo add-apt-repository ppa:smspillaz/cmake-2.8.12 -y
|
||||
|
|
|
@ -7,6 +7,8 @@ compiler:
|
|||
- gcc
|
||||
- clang
|
||||
|
||||
sudo: required
|
||||
|
||||
before_install:
|
||||
- ./.travis-deps.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue