Skip to content

Commit

Permalink
adding more examples to the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagilardoni committed Feb 13, 2024
1 parent 23b820f commit f3db4bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- examples/OTA_Qspi_Flash_Ethernet
- examples/OTA_SD_Portenta
- examples/OTA_Usage_Portenta
- examples/LZSS
- examples/OTA_Qspi_Flash_download_onthefly
- fqbn: arduino:mbed_nicla:nicla_vision
platforms: |
- name: arduino:mbed_nicla
Expand All @@ -50,6 +52,8 @@ jobs:
sketch-paths: |
- examples/OTA_Qspi_Flash
- examples/OTA_Usage_Portenta
- examples/LZSS
- examples/OTA_Qspi_Flash_download_onthefly
- fqbn: arduino:mbed_opta:opta
platforms: |
- name: arduino:mbed_opta
Expand All @@ -59,6 +63,8 @@ jobs:
- examples/OTA_Qspi_Flash
- examples/OTA_Qspi_Flash_Ethernet
- examples/OTA_Usage_Portenta
- examples/LZSS
- examples/OTA_Qspi_Flash_download_onthefly
- fqbn: arduino:mbed_giga:giga
platforms: |
- name: arduino:mbed_giga
Expand All @@ -67,6 +73,8 @@ jobs:
sketch-paths: |
- examples/OTA_Qspi_Flash
- examples/OTA_Usage_Portenta
- examples/LZSS
- examples/OTA_Qspi_Flash_download_onthefly
steps:
- name: Checkout
Expand Down

0 comments on commit f3db4bc

Please sign in to comment.