travis: build mRoX21-777 with -Werror

This commit is contained in:
Peter Barker 2020-08-18 11:49:07 +10:00 committed by Peter Barker
parent 8484e8271f
commit ebc28d817f

View File

@ -154,7 +154,7 @@ for t in $CI_BUILD_TARGET; do
if [ "$t" == "stm32f7" ]; then
echo "Building mRoX21-777/"
$waf configure --board mRoX21-777
$waf configure --Werror --board mRoX21-777
$waf clean
$waf plane
continue