mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-06 16:03:58 -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"
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user