|
22 | 22 | repository_dispatch: |
23 | 23 |
|
24 | 24 | env: |
| 25 | + UNIVERSAL_SKETCH_PATHS: | |
| 26 | + - extra/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/PortentaH7Logger |
| 65 | + - examples/AdvancedUSBInternalOperations |
| 66 | + - examples/BackupInternalPartitions |
| 67 | + - board: |
| 68 | + - fqbn: arduino:mbed_opta:opta |
| 69 | + additional-sketch-paths: | |
| 70 | + - examples/SimpleStorageWriteRead |
| 71 | + - examples/PortentaH7Logger |
| 72 | + - examples/AdvancedUSBInternalOperations |
| 73 | + - examples/BackupInternalPartitions |
| 74 | +
|
50 | 75 |
|
51 | 76 |
|
52 | 77 | steps: |
|
67 | 92 | # Additional library dependencies can be listed here. |
68 | 93 | # See: https://github.com/arduino/compile-sketches#libraries |
69 | 94 | sketch-paths: | |
70 | | - - examples |
| 95 | + ${{ env.UNIVERSAL_SKETCH_PATHS }} |
| 96 | + ${{ matrix.additional-sketch-paths }} |
71 | 97 | enable-deltas-report: true |
72 | 98 | sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }} |
73 | 99 |
|
|
0 commit comments