Skip to content

Commit cdfa12a

Browse files
adding more examples to the ci
1 parent 2dc2dab commit cdfa12a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- examples/OTA_Qspi_Flash_Ethernet
4343
- examples/OTA_SD_Portenta
4444
- examples/OTA_Usage_Portenta
45+
- examples/LZSS
46+
- examples/OTA_Qspi_Flash_download_onthefly
4547
- fqbn: arduino:mbed_nicla:nicla_vision
4648
platforms: |
4749
- name: arduino:mbed_nicla
@@ -50,6 +52,8 @@ jobs:
5052
sketch-paths: |
5153
- examples/OTA_Qspi_Flash
5254
- examples/OTA_Usage_Portenta
55+
- examples/LZSS
56+
- examples/OTA_Qspi_Flash_download_onthefly
5357
- fqbn: arduino:mbed_opta:opta
5458
platforms: |
5559
- name: arduino:mbed_opta
@@ -59,6 +63,8 @@ jobs:
5963
- examples/OTA_Qspi_Flash
6064
- examples/OTA_Qspi_Flash_Ethernet
6165
- examples/OTA_Usage_Portenta
66+
- examples/LZSS
67+
- examples/OTA_Qspi_Flash_download_onthefly
6268
- fqbn: arduino:mbed_giga:giga
6369
platforms: |
6470
- name: arduino:mbed_giga
@@ -67,6 +73,8 @@ jobs:
6773
sketch-paths: |
6874
- examples/OTA_Qspi_Flash
6975
- examples/OTA_Usage_Portenta
76+
- examples/LZSS
77+
- examples/OTA_Qspi_Flash_download_onthefly
7078
7179
steps:
7280
- name: Checkout

0 commit comments

Comments
 (0)