Skip to content

Commit 678ae90

Browse files
committed
Customize compile examples for mbed_nicla
1 parent e856bce commit 678ae90

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/compile-examples.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ jobs:
3535
- fqbn: arduino:mbed:envie_m7
3636
platforms: |
3737
- name: arduino:mbed
38+
sketch-paths: |
39+
- examples/OTA_Qspi_Flash
40+
- examples/OTA_SD_Portenta
41+
- examples/OTA_Usage_Portenta
42+
- fqbn: arduino:mbed_nicla:nicla_vision
43+
platforms: |
44+
- name: arduino:mbed_nicla
45+
sketch-paths: |
46+
- examples/OTA_Qspi_Flash
47+
- examples/OTA_Usage_Portenta
3848
3949
steps:
4050
- name: Checkout
@@ -52,7 +62,7 @@ jobs:
5262
# Additional library dependencies can be listed here.
5363
# See: https://github.com/arduino/compile-sketches#libraries
5464
sketch-paths: |
55-
- ./examples/
65+
${{ matrix.board.sketch-paths }}
5666
enable-deltas-report: true
5767
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
5868

0 commit comments

Comments
 (0)