File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
31
31
env :
32
+ UNIVERSAL_SKETCH_PATHS : |
33
+ - examples/BasicUsage
32
34
SKETCHES_REPORTS_PATH : sketches-reports
33
35
34
36
strategy :
@@ -40,12 +42,15 @@ jobs:
40
42
# See: https://github.com/arduino/compile-sketches#platforms
41
43
platforms : |
42
44
- name: arduino:mbed_nicla
45
+ sketch-paths :
43
46
- fqbn : arduino:mbed_portenta:envie_m7:target_core=cm4
44
47
platforms : |
45
48
- name: arduino:mbed_portenta
49
+ sketch-paths :
46
50
- fqbn : arduino:mbed_portenta:envie_m7
47
51
platforms : |
48
52
- name: arduino:mbed_portenta
53
+ sketch-paths :
49
54
50
55
steps :
51
56
- name : Checkout repository
63
68
# Additional library dependencies can be listed here.
64
69
# See: https://github.com/arduino/compile-sketches#libraries
65
70
sketch-paths : |
66
- - examples
71
+ ${{ env.UNIVERSAL_SKETCH_PATHS }}
72
+ ${{ matrix.sketch-paths }}
67
73
enable-deltas-report : true
68
74
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
69
75
You can’t perform that action at this time.
0 commit comments