mirror of https://github.com/mgba-emu/mgba.git
Travis: Axe macOS GCC build
This commit is contained in:
parent
721224306c
commit
9674364358
|
@ -2,11 +2,6 @@
|
||||||
if [ $TRAVIS_OS_NAME = "osx" ]; then
|
if [ $TRAVIS_OS_NAME = "osx" ]; then
|
||||||
brew update
|
brew update
|
||||||
brew install qt5 ffmpeg imagemagick sdl2 libzip libpng
|
brew install qt5 ffmpeg imagemagick sdl2 libzip libpng
|
||||||
if [ "$CC" == "gcc" ]; then
|
|
||||||
brew install gcc@5
|
|
||||||
export CC=gcc-5
|
|
||||||
export CXX=g++-5
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
sudo apt-get clean
|
sudo apt-get clean
|
||||||
sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
|
sudo add-apt-repository -y ppa:george-edison55/cmake-3.x
|
||||||
|
|
|
@ -7,8 +7,6 @@ matrix:
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
- os: osx
|
|
||||||
compiler: gcc
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- source ./.travis-deps.sh
|
- source ./.travis-deps.sh
|
||||||
|
|
Loading…
Reference in New Issue