mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-22 21:23:07 +03:00
Turn of '--verbose' option in Travis builds to place log size within limits
This commit is contained in:
parent
16c0f3f1d5
commit
af18612a4c
@ -12,7 +12,7 @@ function build_sketches()
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
echo -e "\n\n ------------ Building $sketch ------------ \n\n";
|
echo -e "\n\n ------------ Building $sketch ------------ \n\n";
|
||||||
$arduino --verify --verbose $sketch;
|
$arduino --verify $sketch;
|
||||||
local result=$?
|
local result=$?
|
||||||
if [ $result -ne 0 ]; then
|
if [ $result -ne 0 ]; then
|
||||||
echo "Build failed ($1)"
|
echo "Build failed ($1)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user