Browse Source

build: fixed build_all_px4.sh for new PX4 build

master
Andrew Tridgell 12 years ago
parent
commit
5296e858b6
  1. 11
      Tools/scripts/build_all_px4.sh

11
Tools/scripts/build_all_px4.sh

@ -12,6 +12,7 @@ echo "Testing ArduPlane build" @@ -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 @@ -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…
Cancel
Save