Browse Source

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

master
Michael du Breuil 6 years ago committed by WickedShell
parent
commit
8c7946a9d8
  1. 8
      Tools/scripts/build_ci.sh

8
Tools/scripts/build_ci.sh

@ -85,14 +85,6 @@ for t in $CI_BUILD_TARGET; do @@ -85,14 +85,6 @@ 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

Loading…
Cancel
Save