mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
Tools: add KakuteFMini to CI f7 build to test bi-directional dshot
This commit is contained in:
parent
5436784d38
commit
b5688c023c
@ -200,6 +200,12 @@ for t in $CI_BUILD_TARGET; do
|
||||
$waf configure --Werror --board mRoX21-777
|
||||
$waf clean
|
||||
$waf plane
|
||||
|
||||
# test bi-directional dshot build
|
||||
echo "Building KakuteF7Mini"
|
||||
$waf configure --Werror --board KakuteF7Mini
|
||||
$waf clean
|
||||
$waf copter
|
||||
continue
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user