Added Travis build status
This commit is contained in:
parent
70d21c7405
commit
159c99fab5
2 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@ script:
|
||||||
echo -e "\033[1;33mBuilding ${d%/} ... \n"
|
echo -e "\033[1;33mBuilding ${d%/} ... \n"
|
||||||
arduino --verify --board $BOARD $PWD/${d%/}/${d%/}.ino;
|
arduino --verify --board $BOARD $PWD/${d%/}/${d%/}.ino;
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "\033[0;31m${d%/} build FAILED\n";
|
echo -e "\033[1;31m${d%/} build FAILED\n";
|
||||||
exit 1;
|
exit 1;
|
||||||
else
|
else
|
||||||
echo -e "\033[0;32m${d%/} build PASSED\n";
|
echo -e "\033[1;32m${d%/} build PASSED\n";
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# KiteLib
|
# KiteLib [](https://travis-ci.org/jgromes/KiteLib)
|
||||||
|
|
||||||
### _One library to rule them all!_
|
### _One library to rule them all!_
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue