Use cookbook setup.sh
This commit is contained in:
parent
d7511b8164
commit
2f481d5363
|
@ -23,7 +23,7 @@ before_install:
|
||||||
brew install nasm pkg-config Caskroom/cask/osxfuse &&
|
brew install nasm pkg-config Caskroom/cask/osxfuse &&
|
||||||
travis_wait 30 brew install redox-os/gcc_cross_compilers/x86_64-elf-gcc;
|
travis_wait 30 brew install redox-os/gcc_cross_compilers/x86_64-elf-gcc;
|
||||||
fi
|
fi
|
||||||
- cargo install xargo
|
- cd cookbook && ./setup.sh && cd ..
|
||||||
script:
|
script:
|
||||||
- cd cookbook && ./fetch.sh && cd .. &&
|
- cd cookbook && ./fetch.sh && cd .. &&
|
||||||
make clean &&
|
make clean &&
|
||||||
|
|
Loading…
Reference in a new issue