Skip to content

Commit a96f2ab

Browse files
fixing ci for nina based boards
1 parent 2d56544 commit a96f2ab

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/compile-examples.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,17 @@ jobs:
3535
platforms: |
3636
- name: arduino:samd
3737
artifact-name-suffix: arduino-samd-mkrwifi1010
38+
type: nina
3839
- fqbn: arduino:samd:nano_33_iot
3940
platforms: |
4041
- name: arduino:samd
4142
artifact-name-suffix: arduino-samd-nano_33_iot
43+
type: nina
4244
- fqbn: arduino:megaavr:uno2018:mode=on
4345
platforms: |
4446
- name: arduino:megaavr
4547
artifact-name-suffix: arduino-megaavr-uno2018
48+
type: nina
4649
- fqbn: arduino:mbed_nano:nano33ble
4750
platforms: |
4851
- name: arduino:mbed_nano
@@ -51,11 +54,18 @@ jobs:
5154
platforms: |
5255
- name: arduino:mbed_nano
5356
artifact-name-suffix: arduino-mbed_nano-nanorp2040connect
57+
type: nina
5458
- fqbn: arduino:renesas_uno:unor4wifi
5559
platforms: |
5660
- name: arduino:renesas_uno
5761
artifact-name-suffix: arduino-renesas_uno-unor4wifi
5862

63+
include:
64+
- board:
65+
type: nina
66+
libraries: |
67+
- name: WiFiNINA
68+
5969
steps:
6070
- name: Checkout repository
6171
uses: actions/checkout@v4
@@ -83,7 +93,7 @@ jobs:
8393

8494
build-for-esp32:
8595
runs-on: ubuntu-latest
86-
96+
8797
strategy:
8898
matrix:
8999
fqbn:
@@ -101,6 +111,8 @@ jobs:
101111
with:
102112
github-token: ${{ secrets.GITHUB_TOKEN }}
103113
fqbn: ${{ matrix.fqbn }}
114+
libraries: |
115+
${{ matrix.libraries }}
104116
platforms: |
105117
- name: esp32:esp32
106118
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json

0 commit comments

Comments
 (0)