Skip to content
Snippets Groups Projects
Commit 5296e858 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

build: fixed build_all_px4.sh for new PX4 build

parent ad9d3360
No related branches found
No related tags found
Loading
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment