more verbose verify step

This commit is contained in:
Links
2018-02-06 21:48:49 +01:00
parent 86074c90ae
commit 2df62558f1

View File

@ -13,7 +13,7 @@ function build_sketches()
continue
fi
echo -e "\n\n ------------ Building $sketch ------------ \n\n";
$arduino --verify $sketch;
$arduino --verify --verbose $sketch;
local result=$?
if [ $result -ne 0 ]; then
echo "Build failed ($1)"