scripts: test build of Replay in build_all.sh

This commit is contained in:
Andrew Tridgell 2014-03-19 21:04:16 +11:00
parent 2008f737cf
commit 314daabc9d

View File

@ -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
}