mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-21 10:52:06 +02:00
more debug
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -166,7 +166,7 @@ jobs:
|
||||
export PATH="$HOME/arduino_ide:$PATH"
|
||||
arduino --board $BOARD --save-prefs
|
||||
arduino --get-pref sketchbook.path
|
||||
|
||||
arduino --get-pref
|
||||
|
||||
- name: build example
|
||||
timeout-minutes: 20
|
||||
|
@ -31,6 +31,7 @@ function build_sketches()
|
||||
|
||||
function build_sketch()
|
||||
{
|
||||
set -e +x
|
||||
local arduino=$1
|
||||
local sketch=$2
|
||||
$arduino --verify $sketch;
|
||||
|
Reference in New Issue
Block a user