We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c0cf3 commit 52b3aa8Copy full SHA for 52b3aa8
.github/workflows/main.yml
@@ -170,6 +170,7 @@ jobs:
170
- name: build example
171
timeout-minutes: 20
172
run: |
173
+ set -ex
174
export DISPLAY=:1.0
175
export PATH="$HOME/arduino_ide:$PATH"
176
source $GITHUB_WORKSPACE/travis/common.sh
travis/common.sh
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -ex
4
+
5
function build_sketches()
6
{
7
local arduino=$1
0 commit comments