Tools: removed px4 builds from build_all.sh

This commit is contained in:
Andrew Tridgell 2018-12-28 15:54:36 +11:00
parent 8d850e979a
commit 9bc9d44c3b

View File

@ -11,7 +11,7 @@ set -x
export BUILDROOT="/tmp/all.build"
rm -rf $BUILDROOT
BOARDS="sitl linux"
BOARDS="sitl linux Pixhawk1"
for b in $BOARDS; do
echo "Testing $b build"
@ -26,12 +26,6 @@ make clean
make
popd
./Tools/scripts/build_all_px4.sh
test -n "$VRBRAIN_ROOT" && test -d "$VRBRAIN_ROOT" && {
./Tools/scripts/build_all_vrbrain.sh
}
echo "Testing configure all"
./Tools/scripts/configure_all.py