Skip to content

Commit 52b3aa8

Browse files
committed
enable debug for CI
1 parent 28c0cf3 commit 52b3aa8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
- name: build example
171171
timeout-minutes: 20
172172
run: |
173+
set -ex
173174
export DISPLAY=:1.0
174175
export PATH="$HOME/arduino_ide:$PATH"
175176
source $GITHUB_WORKSPACE/travis/common.sh

travis/common.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -ex
4+
35
function build_sketches()
46
{
57
local arduino=$1

0 commit comments

Comments
 (0)