Tools: Add a scripting build target to CI

This commit is contained in:
Michael du Breuil 2019-04-08 16:07:26 -07:00 committed by WickedShell
parent 119c5fe835
commit ae1d7f0b26

View File

@ -85,6 +85,14 @@ for t in $CI_BUILD_TARGET; do
continue
fi
if [ "$t" == "sitl-scripting" ]; then
echo "Building scripting"
$waf configure --enable-scripting
$waf clean
$waf all
continue
fi
if [ "$t" == "revo-bootloader" ]; then
echo "Building revo bootloader"
$waf configure --board revo-mini --bootloader