File tree 2 files changed +12
-24
lines changed
2 files changed +12
-24
lines changed Original file line number Diff line number Diff line change 15
15
matrix :
16
16
example :
17
17
- examples/AnalogRead_DigitalRead/AnalogRead_DigitalRead.ino
18
+ - examples/ArrayQueue/ArrayQueue.ino
19
+ - examples/Assert/Assert.ino
20
+ - examples/Blink_AnalogRead/Blink_AnalogRead.ino
21
+ - examples/IntegerQueue/IntegerQueue.ino
22
+ - examples/Interrupts/Interrupts.ino
23
+ - examples/Mutex/Mutex.ino
24
+ - examples/Notifications/Notifications.ino
25
+ - examples/StructArray/StructArray.ino
26
+ - examples/StructQueue/StructQueue.ino
27
+ - examples/TaskStatus/TaskStatus.ino
28
+ - examples/TaskUtilities/TaskUtilities.ino
18
29
19
30
steps :
20
31
- name : Checkout
37
48
run : pip install --upgrade platformio
38
49
39
50
- name : Build PlatformIO examples
40
- run : PIO ci --lib="." --board=uno --board=leonardo --board=sanguino_atmega1284p --board=megaatmega2560 ${{ matrix.example }}
51
+ run : pio ci --lib="." --board=uno --board=leonardo --board=sanguino_atmega1284p --board=megaatmega2560 ${{ matrix.example }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments