5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-08 14:43:57 -04:00

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 continue
fi fi
if [ "$t" == "sitl-scripting" ]; then
echo "Building scripting"
$waf configure --enable-scripting
$waf clean
$waf all
continue
fi
if [ "$t" == "revo-bootloader" ]; then if [ "$t" == "revo-bootloader" ]; then
echo "Building revo bootloader" echo "Building revo bootloader"
$waf configure --board revo-mini --bootloader $waf configure --board revo-mini --bootloader