8000
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 1fb67c8 commit 04249a9Copy full SHA for 04249a9
.github/workflows/main.yml
@@ -166,7 +166,7 @@ jobs:
166
export PATH="$HOME/arduino_ide:$PATH"
167
arduino --board $BOARD --save-prefs
168
arduino --get-pref sketchbook.path
169
-
+ arduino --get-pref
170
171
- name: build example
172
timeout-minutes: 20
travis/common.sh
@@ -31,6 +31,7 @@ function build_sketches()
31
32
function build_sketch()
33
{
34
+ set -e +x
35
local arduino=$1
36
local sketch=$2
37
$arduino --verify $sketch;
0 commit comments