mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Travis: install some extra packages for AVR
This commit is contained in:
parent
f3706d63c7
commit
c42a40553a
@ -37,6 +37,10 @@ for pkg in $PYTHON_PKGS; do
|
||||
pip -q install $pkg || echo "FAILED INSTALL OF $pkg"
|
||||
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
|
||||
git clone https://github.com/diydrones/PX4Firmware.git
|
||||
|
Loading…
Reference in New Issue
Block a user