mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Added target independence check to travis 'test' target.
This commit is contained in:
parent
e405e41d0c
commit
09ea369b44
1 changed files with 11 additions and 7 deletions
|
@ -66,6 +66,10 @@ elif [ $TARGET ] ; then
|
|||
fi
|
||||
|
||||
elif [ $GOAL ] ; then
|
||||
if [ "test" == "$GOAL" ] ; then
|
||||
$MAKE check-target-independence || exit $?
|
||||
fi
|
||||
|
||||
$MAKE $GOAL || exit $?
|
||||
|
||||
if [ $PUBLISHCOV ] ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue