Browse Source

ci: use --enable-benchmarks in waf configure

master
Gustavo Jose de Sousa 9 years ago committed by Lucas De Marchi
parent
commit
38da32853a
  1. 2
      Tools/scripts/build_ci.sh

2
Tools/scripts/build_ci.sh

@ -80,7 +80,7 @@ for t in $CI_BUILD_TARGET; do @@ -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…
Cancel
Save