We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d193b1 commit 93707d4Copy full SHA for 93707d4
travis/common.sh
@@ -34,6 +34,7 @@ function build_sketch_cli()
34
local sketch=$1
35
local board=$2
36
arduino-cli --log --log-level info compile -b "$board" "$sketch"
37
+ result=$?
38
if [ $result -ne 0 ]; then
39
echo "Build failed ($sketch) build verbose..."
40
arduino-cli --log --log-level debug compile -b "$board" "$sketch"
0 commit comments