mirror of https://github.com/ArduPilot/ardupilot
ACM: build DMP version in autotest
this gives it a chance of keeping working
This commit is contained in:
parent
bf2319a0fc
commit
16e06ea1f4
|
@ -21,6 +21,9 @@ heli:
|
|||
apm2:
|
||||
make -f Makefile EXTRAFLAGS="-DCONFIG_APM_HARDWARE=APM_HARDWARE_APM2"
|
||||
|
||||
dmp:
|
||||
make -f Makefile EXTRAFLAGS="-DDMP_ENABLED=ENABLED"
|
||||
|
||||
apm2hexa:
|
||||
make -f Makefile EXTRAFLAGS="-DCONFIG_APM_HARDWARE=APM_HARDWARE_APM2 -DFRAME_CONFIG=HEXA_FRAME"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ popd
|
|||
|
||||
echo "Testing ArduCopter build"
|
||||
pushd ArduCopter
|
||||
for b in all apm2 apm2beta hil sitl heli; do
|
||||
for b in all apm2 apm2beta hil sitl heli dmp; do
|
||||
pwd
|
||||
make clean
|
||||
make $b
|
||||
|
|
Loading…
Reference in New Issue