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