Wait for gcc install on OS X
This commit is contained in:
parent
38360911e5
commit
11dfb73c53
|
@ -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 &&
|
||||||
|
|
Loading…
Reference in a new issue