[CI] Added verbose output

This commit is contained in:
Jan Gromeš 2020-08-22 10:21:17 +02:00 committed by GitHub
parent e5cf987c59
commit 89acc33014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ jobs:
else
# build sketch
echo -e "\n\033[1;33mBuilding ${example##*/} ... \033[0m";
arduino-cli compile --libraries $PWD --fqbn $BOARD $example --warnings=$WARNINGS
arduino-cli compile -v --libraries $PWD --fqbn $BOARD $example --warnings=$WARNINGS
if [ $? -ne 0 ]; then
echo -e "\033[1;31m${example##*/} build FAILED\033[0m\n";
exit 1;