10
10
repository_dispatch :
11
11
12
12
env :
13
- UNIVERSAL_SKETCH_PATHS : |
14
- - extras/tests
15
- - examples/AdvancedUSBInternalOperations
16
- - examples/BackupInternalPartitions
17
- - examples/Callbacks
18
- - examples/InternalStoragePartitioning
19
- - examples/Logger
20
- - examples/SimpleStorageWriteRead
21
13
SKETCHES_REPORTS_PATH : sketches-reports
22
14
SKETCHES_REPORTS_ARTIFACT_NAME : sketches-reports
23
15
@@ -34,15 +26,18 @@ jobs:
34
26
35
27
matrix :
36
28
board :
37
- - fqbn : arduino:mbed_portenta:envie_m7
29
+ - name : envie_m7
30
+ fqbn : arduino:mbed_portenta:envie_m7
38
31
platforms : |
39
32
- name: arduino:mbed_portenta
40
33
artifact-name-suffix : arduino-mbed_portenta-envie_m7
41
- - fqbn : arduino:renesas_portenta:portenta_c33
34
+ - name : portenta_c33
35
+ fqbn : arduino:renesas_portenta:portenta_c33
42
36
platforms : |
43
37
- name: arduino:renesas_portenta
44
38
artifact-name-suffix : arduino-renesas_portenta-portenta_c33
45
- - fqbn : arduino:mbed_opta:opta
39
+ - name : opta
40
+ fqbn : arduino:mbed_opta:opta
46
41
platforms : |
47
42
- name: arduino:mbed_opta
48
43
artifact-name-suffix : arduino-mbed_opta-opta
@@ -55,13 +50,10 @@ jobs:
55
50
uses : arduino/compile-sketches@v1
56
51
with :
57
52
github-token : ${{ secrets.GITHUB_TOKEN }}
58
- cli-compile-flags : |
59
- - --profile=${{ matrix.board.fqbn }}
60
- sketch-paths : |
61
- ${{ env.UNIVERSAL_SKETCH_PATHS }}
62
- ${{ matrix.board.additional-sketch-paths }}
63
53
enable-deltas-report : true
64
54
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
55
+ cli-compile-flags : |
56
+ - --profile=${{ matrix.board.name }}
65
57
66
58
- name : Save sketches report as workflow artifact
67
59
uses : actions/upload-artifact@v4
0 commit comments