mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -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)
|
githash=$(cd APM && git rev-parse HEAD)
|
||||||
hdate=$(date +"%Y-%m-%d-%H:%m")
|
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
|
pushd APM/$d
|
||||||
rm -rf ../../buildlogs/$d.build
|
rm -rf ../../buildlogs/$d.build
|
||||||
(date && TMPDIR=../../buildlogs make) > ../../buildlogs/$d.txt 2>&1
|
(date && TMPDIR=../../buildlogs make) > ../../buildlogs/$d.txt 2>&1
|
||||||
|
Loading…
Reference in New Issue
Block a user