ci: use --enable-benchmarks in waf configure

This commit is contained in:
Gustavo Jose de Sousa 2016-02-17 13:17:56 +00:00 committed by Lucas De Marchi
parent b7d97b6354
commit 38da32853a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ for t in $CI_BUILD_TARGET; do
if [[ -n ${waf_supported_boards[$t]} ]]; then if [[ -n ${waf_supported_boards[$t]} ]]; then
echo "Starting waf build for board ${t}..." echo "Starting waf build for board ${t}..."
$waf configure --board $t $waf configure --board $t --enable-benchmarks
$waf clean $waf clean
$waf ${build_concurrency[$t]} all $waf ${build_concurrency[$t]} all
if [[ $t == linux ]]; then if [[ $t == linux ]]; then