8000 more debug · smartcoder00/arduinoWebSockets@04249a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 04249a9

Browse files
committed
more debug
1 parent 1fb67c8 commit 04249a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
export PATH="$HOME/arduino_ide:$PATH"
167167
arduino --board $BOARD --save-prefs
168168
arduino --get-pref sketchbook.path
169-
169+
arduino --get-pref
170170
171171
- name: build example
172172
timeout-minutes: 20

travis/common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ function build_sketches()
3131

3232
function build_sketch()
3333
{
34+
set -e +x
3435
local arduino=$1
3536
local sketch=$2
3637
$arduino --verify $sketch;

0 commit comments

Comments
 (0)
0