Wait for gcc install on OS X

This commit is contained in:
Jeremy Soller 2017-01-04 11:11:45 -07:00
parent 38360911e5
commit 11dfb73c53

View file

@ -22,7 +22,8 @@ before_install:
brew update && brew update &&
brew install nasm pkg-config Caskroom/cask/osxfuse && brew install nasm pkg-config Caskroom/cask/osxfuse &&
brew tap glendc/gcc_cross_compilers && brew tap glendc/gcc_cross_compilers &&
brew install glendc/gcc_cross_compilers/x64-elf-binutils glendc/gcc_cross_compilers/x64-elf-gcc; brew install glendc/gcc_cross_compilers/x64-elf-binutils &&
travis_wait brew install glendc/gcc_cross_compilers/x64-elf-gcc;
fi fi
script: script:
- make clean && - make clean &&