File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -35,26 +35,41 @@ jobs:
35
35
platforms : |
36
36
- name: arduino:samd
37
37
artifact-name-suffix : arduino-samd-mkrwifi1010
38
+ type : nina
38
39
- fqbn : arduino:samd:nano_33_iot
39
40
platforms : |
40
41
- name: arduino:samd
41
42
artifact-name-suffix : arduino-samd-nano_33_iot
43
+ type : nina
42
44
- fqbn : arduino:megaavr:uno2018:mode=on
43
45
platforms : |
44
46
- name: arduino:megaavr
45
47
artifact-name-suffix : arduino-megaavr-uno2018
48
+ type : nina
46
49
- fqbn : arduino:mbed_nano:nano33ble
47
50
platforms : |
48
51
- name: arduino:mbed_nano
49
52
artifact-name-suffix : arduino-mbed_nano-nano33ble
53
+ type : nina
50
54
- fqbn : arduino:mbed_nano:nanorp2040connect
51
55
platforms : |
52
56
- name: arduino:mbed_nano
53
57
artifact-name-suffix : arduino-mbed_nano-nanorp2040connect
58
+ type : nina
54
59
- fqbn : arduino:renesas_uno:unor4wifi
55
60
platforms : |
56
61
- name: arduino:renesas_uno
57
62
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 :
58
73
59
74
steps :
60
75
- name : Checkout repository
69
84
libraries : |
70
85
# Install the library from the local path.
71
86
- source-path: ./
87
+ ${{ matrix.libraries }}
72
88
sketch-paths : |
73
89
- examples
74
90
enable-deltas-report : true
83
99
84
100
build-for-esp32 :
85
101
runs-on : ubuntu-latest
86
-
102
+
87
103
strategy :
88
104
matrix :
89
105
fqbn :
@@ -101,6 +117,8 @@ jobs:
101
117
with :
102
118
github-token : ${{ secrets.GITHUB_TOKEN }}
103
119
fqbn : ${{ matrix.fqbn }}
120
+ libraries : |
121
+ ${{ matrix.libraries }}
104
122
platforms : |
105
123
- name: esp32:esp32
106
124
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