mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +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
|
fi
|
||||||
|
|
||||||
elif [ $GOAL ] ; then
|
elif [ $GOAL ] ; then
|
||||||
|
if [ "test" == "$GOAL" ] ; then
|
||||||
|
$MAKE check-target-independence || exit $?
|
||||||
|
fi
|
||||||
|
|
||||||
$MAKE $GOAL || exit $?
|
$MAKE $GOAL || exit $?
|
||||||
|
|
||||||
if [ $PUBLISHCOV ] ; then
|
if [ $PUBLISHCOV ] ; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue