mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
Tools: removed px4 builds from build_all.sh
This commit is contained in:
parent
8d850e979a
commit
9bc9d44c3b
@ -11,7 +11,7 @@ set -x
|
|||||||
export BUILDROOT="/tmp/all.build"
|
export BUILDROOT="/tmp/all.build"
|
||||||
rm -rf $BUILDROOT
|
rm -rf $BUILDROOT
|
||||||
|
|
||||||
BOARDS="sitl linux"
|
BOARDS="sitl linux Pixhawk1"
|
||||||
|
|
||||||
for b in $BOARDS; do
|
for b in $BOARDS; do
|
||||||
echo "Testing $b build"
|
echo "Testing $b build"
|
||||||
@ -26,12 +26,6 @@ make clean
|
|||||||
make
|
make
|
||||||
popd
|
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"
|
echo "Testing configure all"
|
||||||
./Tools/scripts/configure_all.py
|
./Tools/scripts/configure_all.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user