Skip to content

Commit 652f2b4

Browse files
authored
Merge pull request #11 from aliphys/ciNivlaVision
[AE-432] Add Nicla Vision to build script
2 parents 70b2666 + 41b4adb commit 652f2b4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: .github/workflows/compile-examples.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ env:
2525
UNIVERSAL_SKETCH_PATHS: |
2626
- examples/Battery
2727
- examples/Charger
28-
- examples/Standby_WakeFromPin
2928
SKETCHES_REPORTS_PATH: sketches-reports
3029
SKETCHES_REPORTS_ARTIFACT_NAME: sketches-reports
3130

@@ -48,17 +47,23 @@ jobs:
4847
artifact-name-suffix: arduino-mbed_portenta-envie_m7
4948
additional-sketch-paths: |
5049
- examples/Standby_WakeFromRTC_H7
50+
- examples/Standby_WakeFromPin
5151
- fqbn: arduino:renesas_portenta:portenta_c33
5252
platforms: |
5353
- name: arduino:renesas_portenta
5454
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
5555
additional-sketch-paths: |
5656
- 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
5762

5863
steps:
5964
- name: Checkout repository
6065
uses: actions/checkout@v4
61-
66+
6267
- name: Compile examples
6368
uses: arduino/compile-sketches@v1
6469
with:

0 commit comments

Comments
 (0)