mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -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"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user