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
|
||||
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
|
||||
|
|
|
@ -2,6 +2,9 @@ os:
|
|||
- linux
|
||||
- osx
|
||||
|
||||
env:
|
||||
- CMAKE_MODULE_PATH=/usr/local/opt/qt
|
||||
|
||||
language: c
|
||||
compiler:
|
||||
- gcc
|
||||
|
|
Loading…
Reference in New Issue