File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -35,26 +35,41 @@ 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
4952 artifact-name-suffix : arduino-mbed_nano-nano33ble
53+ type : nina
5054 - fqbn : arduino:mbed_nano:nanorp2040connect
5155 platforms : |
5256 - name: arduino:mbed_nano
5357 artifact-name-suffix : arduino-mbed_nano-nanorp2040connect
58+ type : nina
5459 - fqbn : arduino:renesas_uno:unor4wifi
5560 platforms : |
5661 - name: arduino:renesas_uno
5762 artifact-name-suffix : arduino-renesas_uno-unor4wifi
63+ type : unor4wifi
64+
65+ include :
66+ - board :
67+ type : nina
68+ libraries : |
69+ - name: WiFiNINA
70+ - board :
71+ type : unor4wifi
72+ libraries :
5873
5974 steps :
6075 - name : Checkout repository
6984 libraries : |
7085 # Install the library from the local path.
7186 - source-path: ./
87+ ${{ matrix.libraries }}
7288 sketch-paths : |
7389 - examples
7490 enable-deltas-report : true
8399
84100 build-for-esp32 :
85101 runs-on : ubuntu-latest
86-
102+
87103 strategy :
88104 matrix :
89105 fqbn :
@@ -101,6 +117,8 @@ jobs:
101117 with :
102118 github-token : ${{ secrets.GITHUB_TOKEN }}
103119 fqbn : ${{ matrix.fqbn }}
120+ libraries : |
121+ ${{ matrix.libraries }}
104122 platforms : |
105123 - name: esp32:esp32
106124 source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
You can’t perform that action at this time.
0 commit comments