Update .travis.yml
This commit is contained in:
parent
ed77de3bb8
commit
c40e26f89e
|
@ -8,10 +8,10 @@ os:
|
||||||
dist: trusty
|
dist: trusty
|
||||||
before_install:
|
before_install:
|
||||||
- if [ `uname` = "Darwin" ]; then
|
- if [ `uname` = "Darwin" ]; then
|
||||||
brew tap sevki/homebrew-gcc_cross_compilers;
|
|
||||||
brew update;
|
brew update;
|
||||||
brew unlink gcc;
|
brew install make nasm qemu gcc49 pkg-config Caskroom/cask/osxfuse;
|
||||||
brew install sevki/gcc_cross_compilers/x86_64-elf-binutils sevki/gcc_cross_compilers/x86_64-elf-gcc nasm;
|
brew tap glendc/gcc_cross_compilers;
|
||||||
|
brew install glendc/gcc_cross_compilers/x64-elf-binutils glendc/gcc_cross_compilers/x64-elf-gcc;
|
||||||
fi
|
fi
|
||||||
- if [ `uname` = "Linux" ]; then
|
- if [ `uname` = "Linux" ]; then
|
||||||
sudo apt-get install -qq nasm pkg-config fuse libfuse-dev;
|
sudo apt-get install -qq nasm pkg-config fuse libfuse-dev;
|
||||||
|
|
Loading…
Reference in a new issue