@@ -58,30 +58,30 @@ jobs:
58
58
- name: CapacitiveSensor
59
59
60
60
# Sketch paths to compile (recursive) for all boards
61
- UNIVERSAL_SKETCH_PATHS : >-
62
- " examples/01.Basics"
63
- " examples/02.Digital/BlinkWithoutDelay"
64
- " examples/02.Digital/Button"
65
- " examples/02.Digital/Debounce"
66
- " examples/02.Digital/DigitalInputPullup"
67
- " examples/02.Digital/StateChangeDetection"
68
- " examples/03.Analog"
69
- " examples/04.Communication/ASCIITable"
70
- " examples/04.Communication/Dimmer"
71
- " examples/04.Communication/Graph"
72
- " examples/04.Communication/Midi"
73
- " examples/04.Communication/PhysicalPixel"
74
- " examples/04.Communication/ReadASCIIString"
75
- " examples/04.Communication/SerialCallResponse"
76
- " examples/04.Communication/SerialCallResponseASCII"
77
- " examples/04.Communication/SerialEvent"
78
- " examples/04.Communication/VirtualColorMixer"
79
- " examples/05.Control"
80
- " examples/06.Sensors/ADXL3xx"
81
- " examples/06.Sensors/Knock"
82
- " examples/07.Display"
83
- " examples/08.Strings"
84
- " examples/11.ArduinoISP"
61
+ UNIVERSAL_SKETCH_PATHS : |
62
+ - examples/01.Basics
63
+ - examples/02.Digital/BlinkWithoutDelay
64
+ - examples/02.Digital/Button
65
+ - examples/02.Digital/Debounce
66
+ - examples/02.Digital/DigitalInputPullup
67
+ - examples/02.Digital/StateChangeDetection
68
+ - examples/03.Analog
69
+ - examples/04.Communication/ASCIITable
70
+ - examples/04.Communication/Dimmer
71
+ - examples/04.Communication/Graph
72
+ - examples/04.Communication/Midi
73
+ - examples/04.Communication/PhysicalPixel
74
+ - examples/04.Communication/ReadASCIIString
75
+ - examples/04.Communication/SerialCallResponse
76
+ - examples/04.Communication/SerialCallResponseASCII
77
+ - examples/04.Communication/SerialEvent
78
+ - examples/04.Communication/VirtualColorMixer
79
+ - examples/05.Control
80
+ - examples/06.Sensors/ADXL3xx
81
+ - examples/06.Sensors/Knock
82
+ - examples/07.Display
83
+ - examples/08.Strings
84
+ - examples/11.ArduinoISP
85
85
86
86
strategy :
87
87
fail-fast : false
@@ -153,43 +153,43 @@ jobs:
153
153
- name: Keyboard
154
154
- name: Mouse
155
155
# Compile these sketches in addition to the ones defined by env.UNIVERSAL_SKETCH_PATHS
156
- usb-sketch-paths : >-
157
- " examples/09.USB"
156
+ usb-sketch-paths : |
157
+ - examples/09.USB
158
158
- board :
159
159
usb : false
160
160
usb-libraries : " "
161
161
usb-sketch-paths : " "
162
162
- board :
163
163
# Boards with a Serial1 port
164
164
serial1 : true
165
- serial1-sketch-paths : >-
166
- " examples/04.Communication/MultiSerial"
167
- " examples/04.Communication/SerialPassthrough"
165
+ serial1-sketch-paths : |
166
+ - examples/04.Communication/MultiSerial
167
+ - examples/04.Communication/SerialPassthrough
168
168
- board :
169
169
serial1 : false
170
170
serial1-sketch-paths : " "
171
171
- board :
172
172
starter-kit : true
173
- starter-kit-sketch-paths : >-
174
- " examples/10.StarterKit_BasicKit"
173
+ starter-kit-sketch-paths : |
174
+ - examples/10.StarterKit_BasicKit
175
175
- board :
176
176
starter-kit : false
177
177
starter-kit-sketch-paths : " "
178
178
- board :
179
179
tone : true
180
- tone-sketch-paths : >-
181
- " examples/02.Digital/toneKeyboard"
182
- " examples/02.Digital/toneMelody"
183
- " examples/02.Digital/toneMultiple"
184
- " examples/02.Digital/tonePitchFollower"
180
+ tone-sketch-paths : |
181
+ - examples/02.Digital/toneKeyboard
182
+ - examples/02.Digital/toneMelody
183
+ - examples/02.Digital/toneMultiple
184
+ - examples/02.Digital/tonePitchFollower
185
185
- board :
186
186
tone : false
187
187
tone-sketch-paths : " "
188
188
- board :
189
189
pulsein : true
190
- pulsein-sketch-paths : >-
191
- " examples/06.Sensors/Memsic2125"
192
- " examples/06.Sensors/Ping"
190
+ pulsein-sketch-paths : |
191
+ - examples/06.Sensors/Memsic2125
192
+ - examples/06.Sensors/Ping
193
193
- board :
194
194
pulsein : false
195
195
pulsein-sketch-paths : " "
@@ -205,7 +205,7 @@ jobs:
205
205
libraries : |
206
206
${{ env.UNIVERSAL_LIBRARIES }}
207
207
${{ matrix.usb-libraries }}
208
- sketch-paths : >-
208
+ sketch-paths : |
209
209
${{ env.UNIVERSAL_SKETCH_PATHS }}
210
210
${{ matrix.usb-sketch-paths }}
211
211
${{ matrix.serial1-sketch-paths }}
0 commit comments