mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
scripts: Adding AT to autotest build
This commit is contained in:
parent
69a65a7234
commit
f871f040fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user