@@ -5,13 +5,13 @@ name: Compile Examples
5
5
on :
6
6
push :
7
7
paths :
8
- - " .github/workflows/compile-examples-private .ya?ml"
8
+ - " .github/workflows/compile-examples.ya?ml"
9
9
- " library.properties"
10
10
- " examples/**"
11
11
- " src/**"
12
12
pull_request :
13
13
paths :
14
- - " .github/workflows/compile-examples-private .ya?ml"
14
+ - " .github/workflows/compile-examples.ya?ml"
15
15
- " library.properties"
16
16
- " examples/**"
17
17
- " src/**"
24
24
env :
25
25
UNIVERSAL_SKETCH_PATHS : |
26
26
- extras/tests
27
+ - examples/SimpleStorageWriteRead
28
+ - examples/AdvancedUSBInternalOperations
29
+ - examples/BackupInternalPartitions
27
30
SKETCHES_REPORTS_PATH : sketches-reports
28
31
SKETCHES_REPORTS_ARTIFACT_NAME : sketches-reports
29
32
@@ -43,34 +46,14 @@ jobs:
43
46
- fqbn : arduino:mbed_portenta:envie_m7
44
47
platforms : |
45
48
- name: arduino:mbed_portenta
49
+ additional-sketch-paths : |
50
+ - examples/PortentaH7Logger
46
51
- fqbn : arduino:renesas_portenta:portenta_c33
47
52
platforms : |
48
53
- name: arduino:renesas_portenta
49
54
- fqbn : arduino:mbed_opta:opta
50
55
platforms : |
51
56
- 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
-
73
-
74
57
75
58
steps :
76
59
- name : Checkout repository
91
74
# See: https://github.com/arduino/compile-sketches#libraries
92
75
sketch-paths : |
93
76
${{ env.UNIVERSAL_SKETCH_PATHS }}
94
- ${{ matrix.additional-sketch-paths }}
77
+ ${{ matrix.board. additional-sketch-paths }}
95
78
enable-deltas-report : true
96
79
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
97
80
0 commit comments