File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030
3131 env :
32+ UNIVERSAL_SKETCH_PATHS : |
33+ - examples/BasicUsage
3234 SKETCHES_REPORTS_PATH : sketches-reports
3335
3436 strategy :
@@ -40,12 +42,15 @@ jobs:
4042 # See: https://github.com/arduino/compile-sketches#platforms
4143 platforms : |
4244 - name: arduino:mbed_nicla
45+ sketch-paths :
4346 - fqbn : arduino:mbed_portenta:envie_m7:target_core=cm4
4447 platforms : |
4548 - name: arduino:mbed_portenta
49+ sketch-paths :
4650 - fqbn : arduino:mbed_portenta:envie_m7
4751 platforms : |
4852 - name: arduino:mbed_portenta
53+ sketch-paths :
4954
5055 steps :
5156 - name : Checkout repository
6368 # Additional library dependencies can be listed here.
6469 # See: https://github.com/arduino/compile-sketches#libraries
6570 sketch-paths : |
66- - examples
71+ ${{ env.UNIVERSAL_SKETCH_PATHS }}
72+ ${{ matrix.sketch-paths }}
6773 enable-deltas-report : true
6874 sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
6975
You can’t perform that action at this time.
0 commit comments