mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2026-04-28 18:02:14 +02:00
enable debug for CI
This commit is contained in:
@@ -170,6 +170,7 @@ jobs:
|
||||
- name: build example
|
||||
timeout-minutes: 20
|
||||
run: |
|
||||
set -ex
|
||||
export DISPLAY=:1.0
|
||||
export PATH="$HOME/arduino_ide:$PATH"
|
||||
source $GITHUB_WORKSPACE/travis/common.sh
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
function build_sketches()
|
||||
{
|
||||
local arduino=$1
|
||||
|
||||
Reference in New Issue
Block a user