We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e856bce commit 678ae90Copy full SHA for 678ae90
.github/workflows/compile-examples.yml
@@ -35,6 +35,16 @@ jobs:
35
- fqbn: arduino:mbed:envie_m7
36
platforms: |
37
- 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
46
47
48
49
steps:
50
- name: Checkout
@@ -52,7 +62,7 @@ jobs:
52
62
# Additional library dependencies can be listed here.
53
63
# See: https://github.com/arduino/compile-sketches#libraries
54
64
sketch-paths: |
55
- - ./examples/
65
+ ${{ matrix.board.sketch-paths }}
56
66
enable-deltas-report: true
57
67
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
58
68
0 commit comments