mirror of https://github.com/mgba-emu/mgba.git
Travis: Axe macOS GCC build
This commit is contained in:
parent
83e6545bb5
commit
8bc6e7e0b9
|
@ -2,11 +2,6 @@
|
|||
if [ $TRAVIS_OS_NAME = "osx" ]; then
|
||||
brew update
|
||||
brew install qt5 ffmpeg imagemagick sdl2 libzip libpng
|
||||
if [ "$CC" == "gcc" ]; then
|
||||
brew install gcc@4.9
|
||||
export CC=gcc-4.9
|
||||
export CXX=g++-4.9
|
||||
fi
|
||||
else
|
||||
sudo apt-get clean
|
||||
sudo apt-get update
|
||||
|
|
|
@ -10,8 +10,6 @@ matrix:
|
|||
compiler: gcc
|
||||
- os: osx
|
||||
compiler: clang
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
|
||||
before_install:
|
||||
- source ./.travis-deps.sh
|
||||
|
|
Loading…
Reference in New Issue