enable debug for CI

This commit is contained in:
Links
2022-04-05 19:40:57 +02:00
parent 28c0cf3094
commit 52b3aa8ea4
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -ex
function build_sketches()
{
local arduino=$1