scripts: Adding AT to autotest build

This commit is contained in:
Grant Morphett 2015-09-16 08:03:58 +10:00 committed by Randy Mackay
parent 69a65a7234
commit f871f040fb

View File

@ -151,7 +151,7 @@ popd
githash=$(cd APM && git rev-parse HEAD)
hdate=$(date +"%Y-%m-%d-%H:%m")
for d in ArduPlane ArduCopter APMrover2; do
for d in ArduPlane ArduCopter APMrover2 AntennaTracker; do
pushd APM/$d
rm -rf ../../buildlogs/$d.build
(date && TMPDIR=../../buildlogs make) > ../../buildlogs/$d.txt 2>&1