File tree Expand file tree Collapse file tree 2 files changed +12
-24
lines changed
Expand file tree Collapse file tree 2 files changed +12
-24
lines changed Original file line number Diff line number Diff line change 1515 matrix :
1616 example :
1717 - 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
1829
1930 steps :
2031 - name : Checkout
3748 run : pip install --upgrade platformio
3849
3950 - 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