|
22 | 22 | repository_dispatch: |
23 | 23 |
|
24 | 24 | env: |
| 25 | + UNIVERSAL_SKETCH_PATHS: | |
| 26 | + - extras/tests |
25 | 27 | SKETCHES_REPORTS_PATH: sketches-reports |
26 | 28 | SKETCHES_REPORTS_ARTIFACT_NAME: sketches-reports |
27 | 29 |
|
|
47 | 49 | - fqbn: arduino:mbed_opta:opta |
48 | 50 | platforms: | |
49 | 51 | - name: arduino:mbed_opta |
| 52 | + include: |
| 53 | + - board: |
| 54 | + - fqbn: arduino:mbed_portenta:envie_m7 |
| 55 | + additional-sketch-paths: | |
| 56 | + - examples/SimpleStorageWriteRead |
| 57 | + - examples/PortentaH7Logger |
| 58 | + - examples/AdvancedUSBInternalOperations |
| 59 | + - examples/BackupInternalPartitions |
| 60 | + - board: |
| 61 | + - fqbn: arduino:renesas_portenta:portenta_c33 |
| 62 | + additional-sketch-paths: | |
| 63 | + - examples/SimpleStorageWriteRead |
| 64 | + - examples/AdvancedUSBInternalOperations |
| 65 | + - examples/BackupInternalPartitions |
| 66 | + - board: |
| 67 | + - fqbn: arduino:mbed_opta:opta |
| 68 | + additional-sketch-paths: | |
| 69 | + - examples/SimpleStorageWriteRead |
| 70 | + - examples/AdvancedUSBInternalOperations |
| 71 | + - examples/BackupInternalPartitions |
| 72 | +
|
50 | 73 |
|
51 | 74 |
|
52 | 75 | steps: |
|
67 | 90 | # Additional library dependencies can be listed here. |
68 | 91 | # See: https://github.com/arduino/compile-sketches#libraries |
69 | 92 | sketch-paths: | |
70 | | - - examples |
| 93 | + ${{ env.UNIVERSAL_SKETCH_PATHS }} |
| 94 | + ${{ matrix.additional-sketch-paths }} |
71 | 95 | enable-deltas-report: true |
72 | 96 | sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }} |
73 | 97 |
|
|
0 commit comments