Skip to content

Commit

Permalink
fixup! fixing ci for nina based boards
Browse files Browse the repository at this point in the history
  • Loading branch information
andreagilardoni committed Jan 16, 2025
1 parent a96f2ab commit 87898dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
platforms: |
- name: arduino:mbed_nano
artifact-name-suffix: arduino-mbed_nano-nano33ble
type: nina
- fqbn: arduino:mbed_nano:nanorp2040connect
platforms: |
- name: arduino:mbed_nano
Expand All @@ -59,12 +60,16 @@ jobs:
platforms: |
- name: arduino:renesas_uno
artifact-name-suffix: arduino-renesas_uno-unor4wifi
type: unor4wifi

include:
- board:
type: nina
libraries: |
- name: WiFiNINA
- board:
type: unor4wifi
libraries:

steps:
- name: Checkout repository
Expand All @@ -79,6 +84,7 @@ jobs:
libraries: |
# Install the library from the local path.
- source-path: ./
${{ matrix.libraries }}
sketch-paths: |
- examples
enable-deltas-report: true
Expand Down

0 comments on commit 87898dd

Please sign in to comment.