Tools: add debug target in CI build script

This commit is contained in:
bugobliterator 2021-07-20 13:08:35 +05:30 committed by Andrew Tridgell
parent a92fc7845c
commit 65606b4d1d
1 changed files with 8 additions and 0 deletions

View File

@ -247,6 +247,14 @@ for t in $CI_BUILD_TARGET; do
continue
fi
if [ "$t" == "stm32h7-debug" ]; then
echo "Building Durandal"
$waf configure --board Durandal --debug
$waf clean
$waf copter
continue
fi
if [ "$t" == "fmuv2-plane" ]; then
echo "Building fmuv2 plane"
$waf configure --board fmuv2