Travis: install some extra packages for AVR

This commit is contained in:
Andrew Tridgell 2015-03-11 14:09:27 +11:00
parent f3706d63c7
commit c42a40553a

View File

@ -37,6 +37,10 @@ for pkg in $PYTHON_PKGS; do
pip -q install $pkg || echo "FAILED INSTALL OF $pkg" pip -q install $pkg || echo "FAILED INSTALL OF $pkg"
done done
# install some extra packages (for later AVR compiler)
rsync -av firmware.diydrones.com::Tools/Travis/*.deb ExtraPackages
sudo dpkg -i ExtraPackages/*.deb
if [ ! -d PX4Firmware ]; then if [ ! -d PX4Firmware ]; then
git clone https://github.com/diydrones/PX4Firmware.git git clone https://github.com/diydrones/PX4Firmware.git