mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
build: fixed build_all_px4.sh for new PX4 build
This commit is contained in:
parent
ad9d3360da
commit
5296e858b6
@ -12,6 +12,7 @@ echo "Testing ArduPlane build"
|
||||
pushd ArduPlane
|
||||
make px4-clean
|
||||
make px4
|
||||
make px4-io
|
||||
popd
|
||||
|
||||
echo "Testing ArduCopter build"
|
||||
@ -26,14 +27,4 @@ make px4-clean
|
||||
make px4
|
||||
popd
|
||||
|
||||
echo "Testing PX4IO build"
|
||||
pushd "$PX4_ROOT"
|
||||
make clean
|
||||
make configure_px4io
|
||||
make
|
||||
make clean
|
||||
make configure_px4fmu
|
||||
popd
|
||||
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user