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
0 commit comments