autotest: switched examples build to navio

apm2 no longer supported. Navio provides good coverage of the code for
example builds
This commit is contained in:
Andrew Tridgell 2015-11-16 07:57:57 +11:00
parent 2f49fa1531
commit d43ef07f98

View File

@ -6,7 +6,7 @@
set -e
set -x
targets="clean apm2"
targets="clean navio"
[ $# -gt 0 ] && {
targets="$*"