Skip to content

Commit d600f09

Browse files
per1234facchinm
authored andcommitted
Expand "smoke test" CI workflow to cover new examples
Previously, some of the bundled libraries did not provide example sketches, meaning there was no way to run a "smoke test" on them via the sketch compilation CI workflow. Now that examples have been added for these libraries, it is possible to get a basic check that the code compiles.
1 parent 15e344b commit d600f09

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .github/workflows/compile-examples.yml

+7
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
additional-sketch-paths: |
4747
- libraries/PDM
4848
- libraries/ThreadDebug
49+
- libraries/USBHID
50+
- libraries/USBMSD/examples/Nano33BLE_FlashMassStorage
4951
- board:
5052
fqbn: arduino:mbed:envie_m4
5153
additional-libraries: |
@@ -55,6 +57,7 @@ jobs:
5557
- libraries/doom
5658
- libraries/KernelDebug
5759
- libraries/Portenta_SDCARD
60+
- libraries/Portenta_SDRAM
5861
- libraries/Portenta_Video
5962
- libraries/RPC
6063
- board:
@@ -68,16 +71,20 @@ jobs:
6871
- libraries/KernelDebug
6972
- libraries/Portenta_Camera/examples
7073
- libraries/Portenta_SDCARD
74+
- libraries/Portenta_SDRAM
7175
- libraries/Portenta_System
7276
- libraries/Portenta_Video
7377
- libraries/RPC
7478
- libraries/ThreadDebug
79+
- libraries/USBHID
7580
- libraries/USBHOST
81+
- libraries/USBMSD/examples/AccessFlashAsUSBDisk
7682
- libraries/WiFi
7783
- board:
7884
fqbn: arduino:mbed:nanorp2040connect
7985
additional-sketch-paths: |
8086
- libraries/PDM
87+
- libraries/USBHID
8188
- ~/Arduino/libraries/WiFiNINA
8289
- board:
8390
fqbn: arduino:mbed:nicla_sense

0 commit comments

Comments
 (0)