[CI] Disabled arduino-cli verbose

This commit is contained in:
Jan Gromeš 2020-08-22 10:27:25 +02:00 committed by GitHub
parent 72d9de385b
commit 2cd93bc42e
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 -v --libraries /home/runner/work/RadioLib --fqbn $BOARD $example --warnings=$WARNINGS
arduino-cli compile --libraries /home/runner/work/RadioLib --fqbn $BOARD $example --warnings=$WARNINGS
if [ $? -ne 0 ]; then
echo -e "\033[1;31m${example##*/} build FAILED\033[0m\n";
exit 1;