mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 00:28:30 -04:00
Tools: Remove unneeded sitltest-scripting, it's now the default
This commit is contained in:
parent
75c62154b5
commit
8c7946a9d8
@ -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…
Reference in New Issue
Block a user