1
0
Fork 0
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:
Konstantin Sharlaimov (DigitalEntity) 2017-01-29 18:08:35 +10:00
parent df634d5438
commit 7486a2b156
3 changed files with 20 additions and 14 deletions

View file

@ -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