mirror of https://github.com/mgba-emu/mgba.git
All: Travis attempt 6
This commit is contained in:
parent
5bff395142
commit
5384eac176
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ $TRAVIS_OS_NAME = "osx" ]; then
|
if [ $TRAVIS_OS_NAME = "osx" ]; then
|
||||||
|
brew update
|
||||||
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
|
||||||
|
|
|
@ -2,6 +2,9 @@ os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
|
env:
|
||||||
|
- CMAKE_MODULE_PATH=/usr/local/opt/qt
|
||||||
|
|
||||||
language: c
|
language: c
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
|
Loading…
Reference in New Issue