kopia lustrzana https://github.com/jgromes/RadioLib
Travis removed incorrect comments
rodzic
d571f9e28f
commit
724de75190
|
@ -28,11 +28,9 @@ script:
|
|||
- for d in */ ; do
|
||||
arduino --verify --board $BOARD $PWD/${d%/}/${d%/}.ino;
|
||||
if [ $? -ne 0 ]; then
|
||||
# example build failed
|
||||
echo -e "\033[0;31m${d%/} build failed";
|
||||
exit 1;
|
||||
else
|
||||
# example build succeeded
|
||||
echo -e "\033[0;32m${d%/} build passed";
|
||||
fi
|
||||
done
|
||||
|
|
Ładowanie…
Reference in New Issue