Skip to content

Commit

Permalink
Merge pull request #11 from aliphys/ciNivlaVision
Browse files Browse the repository at this point in the history
[AE-432] Add Nicla Vision to build script
  • Loading branch information
sebromero authored Sep 2, 2024
2 parents 70b2666 + 41b4adb commit 652f2b4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ env:
UNIVERSAL_SKETCH_PATHS: |
- examples/Battery
- examples/Charger
- examples/Standby_WakeFromPin
SKETCHES_REPORTS_PATH: sketches-reports
SKETCHES_REPORTS_ARTIFACT_NAME: sketches-reports

Expand All @@ -48,17 +47,23 @@ jobs:
artifact-name-suffix: arduino-mbed_portenta-envie_m7
additional-sketch-paths: |
- examples/Standby_WakeFromRTC_H7
- examples/Standby_WakeFromPin
- fqbn: arduino:renesas_portenta:portenta_c33
platforms: |
- name: arduino:renesas_portenta
artifact-name-suffix: arduino-renesas_portenta-portenta_c33
additional-sketch-paths: |
- examples/Standby_WakeFromRTC_C33
- examples/Standby_WakeFromPin
- fqbn: arduino:mbed_nicla:nicla_vision
platforms: |
- name: arduino:mbed_nicla
artifact-name-suffix: arduino-mbed_nicla-nicla_vision

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Compile examples
uses: arduino/compile-sketches@v1
with:
Expand Down

0 comments on commit 652f2b4

Please sign in to comment.