mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
scripts: test build of Replay in build_all.sh
This commit is contained in:
parent
2008f737cf
commit
314daabc9d
@ -57,6 +57,11 @@ for d in ArduPlane ArduCopter APMrover2; do
|
||||
done
|
||||
}
|
||||
|
||||
pushd Tools/Replay
|
||||
make clean
|
||||
make linux -j4
|
||||
popd
|
||||
|
||||
test -n "$PX4_ROOT" && test -d "$PX4_ROOT" && {
|
||||
./Tools/scripts/build_all_px4.sh
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user