mirror of https://github.com/ArduPilot/ardupilot
ci: use --enable-benchmarks in waf configure
This commit is contained in:
parent
b7d97b6354
commit
38da32853a
|
@ -80,7 +80,7 @@ for t in $CI_BUILD_TARGET; do
|
|||
|
||||
if [[ -n ${waf_supported_boards[$t]} ]]; then
|
||||
echo "Starting waf build for board ${t}..."
|
||||
$waf configure --board $t
|
||||
$waf configure --board $t --enable-benchmarks
|
||||
$waf clean
|
||||
$waf ${build_concurrency[$t]} all
|
||||
if [[ $t == linux ]]; then
|
||||
|
|
Loading…
Reference in New Issue