mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: add entry for running unit tests to build_ci.sh
This commit is contained in:
parent
0c4099bc42
commit
d8fb003cc2
@ -92,6 +92,11 @@ for t in $CI_BUILD_TARGET; do
|
||||
continue
|
||||
fi
|
||||
|
||||
if [ "$t" == "unit-tests" ]; then
|
||||
run_autotest "Unit Tests" "build.unit_tests" "run.unit_tests"
|
||||
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