You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/compile-examples.yml
-39Lines changed: 0 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ jobs:
35
35
- name: MKRNB
36
36
- name: MKRWAN
37
37
- name: Arduino_Cellular
38
-
- name: Blues Wireless Notecard
39
38
SKETCH_PATHS: |
40
39
- examples/ConnectionHandlerDemo
41
40
- examples/CheckInternetAvailabilityDemo
@@ -113,8 +112,6 @@ jobs:
113
112
platforms: |
114
113
# Install Arduino SAMD Boards via Boards Manager
115
114
- name: arduino:samd
116
-
sketch-paths: |
117
-
- examples/ConnectionHandlerDemo-Notecard
118
115
- board:
119
116
platform-name: arduino:mbed
120
117
platforms: |
@@ -123,53 +120,21 @@ jobs:
123
120
# Overwrite the Arduino mbed-Enabled Boards release version with version from the tip of the default branch (located in local path because of the need to first install ArduinoCore-API)
124
121
- source-path: extras/ArduinoCore-mbed
125
122
name: arduino:mbed
126
-
sketch-paths: |
127
-
- examples/ConnectionHandlerDemo-Notecard
128
-
- board:
129
-
platform-name: arduino:mbed_portenta
130
-
sketch-paths: |
131
-
- examples/ConnectionHandlerDemo-Notecard
132
-
- board:
133
-
platform-name: arduino:mbed_nano
134
-
sketch-paths: |
135
-
- examples/ConnectionHandlerDemo-Notecard
136
-
- board:
137
-
platform-name: arduino:mbed_nicla
138
-
sketch-paths: |
139
-
- examples/ConnectionHandlerDemo-Notecard
140
-
- board:
141
-
platform-name: arduino:mbed_opta
142
-
sketch-paths: |
143
-
- examples/ConnectionHandlerDemo-Notecard
144
-
- board:
145
-
platform-name: arduino:mbed_giga
146
-
sketch-paths: |
147
-
- examples/ConnectionHandlerDemo-Notecard
148
-
- board:
149
-
platform-name: arduino:mbed_edge
150
-
sketch-paths: |
151
-
- examples/ConnectionHandlerDemo-Notecard
152
123
- board:
153
124
platform-name: arduino:renesas_portenta
154
125
platforms: |
155
126
# Install Arduino Renesas portenta Boards via Boards Manager
156
127
- name: arduino:renesas_portenta
157
-
sketch-paths: |
158
-
- examples/ConnectionHandlerDemo-Notecard
159
128
- board:
160
129
platform-name: arduino:renesas_uno
161
130
platforms: |
162
131
# Install Arduino Renesas uno Boards via Boards Manager
0 commit comments