Tools: Remove unneeded sitltest-scripting, it's now the default

This commit is contained in:
Michael du Breuil 2019-06-17 17:09:42 -07:00 committed by WickedShell
parent 75c62154b5
commit 8c7946a9d8

View File

@ -85,14 +85,6 @@ 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