kopia lustrzana https://github.com/jgromes/RadioLib
[CI] Added verbose output
rodzic
e5cf987c59
commit
89acc33014
|
@ -36,7 +36,7 @@ jobs:
|
||||||
else
|
else
|
||||||
# build sketch
|
# build sketch
|
||||||
echo -e "\n\033[1;33mBuilding ${example##*/} ... \033[0m";
|
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
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "\033[1;31m${example##*/} build FAILED\033[0m\n";
|
echo -e "\033[1;31m${example##*/} build FAILED\033[0m\n";
|
||||||
exit 1;
|
exit 1;
|
||||||
|
|
Ładowanie…
Reference in New Issue