File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 25
25
UNIVERSAL_SKETCH_PATHS : |
26
26
- examples/Battery
27
27
- examples/Charger
28
- - examples/Standby_WakeFromPin
29
28
SKETCHES_REPORTS_PATH : sketches-reports
30
29
SKETCHES_REPORTS_ARTIFACT_NAME : sketches-reports
31
30
@@ -48,17 +47,23 @@ jobs:
48
47
artifact-name-suffix : arduino-mbed_portenta-envie_m7
49
48
additional-sketch-paths : |
50
49
- examples/Standby_WakeFromRTC_H7
50
+ - examples/Standby_WakeFromPin
51
51
- fqbn : arduino:renesas_portenta:portenta_c33
52
52
platforms : |
53
53
- name: arduino:renesas_portenta
54
54
artifact-name-suffix : arduino-renesas_portenta-portenta_c33
55
55
additional-sketch-paths : |
56
56
- examples/Standby_WakeFromRTC_C33
57
+ - examples/Standby_WakeFromPin
58
+ - fqbn : arduino:mbed_nicla:nicla_vision
59
+ platforms : |
60
+ - name: arduino:mbed_nicla
61
+ artifact-name-suffix : arduino-mbed_nicla-nicla_vision
57
62
58
63
steps :
59
64
- name : Checkout repository
60
65
uses : actions/checkout@v4
61
-
66
+
62
67
- name : Compile examples
63
68
uses : arduino/compile-sketches@v1
64
69
with :
You can’t perform that action at this time.
0 commit comments