mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 03:19:58 +03:00
Run unittests each travis build
This commit is contained in:
parent
df634d5438
commit
7486a2b156
3 changed files with 20 additions and 14 deletions
|
@ -63,6 +63,8 @@ elif [ $TARGET ] ; then
|
|||
else
|
||||
make -j2 $MAKEFILE
|
||||
fi
|
||||
elif [ $GOAL ] ; then
|
||||
make V=0 $GOAL
|
||||
else
|
||||
# No target specified, build all with very low verbosity.
|
||||
make V=0 all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue