Skip to content

Commit e11690b

Browse files
sveljkovveljko
authored andcommitted
Fix CI build (#33)
Don't build M4 board at all - it doesn't have native networking, test is not useful, yet it fails on ArduinoCI for some unknown reason. Don't build ESP32 w/WiFi101.h examples, they are not designed to work. It was strange they actually worked before.
1 parent 0454dc6 commit e11690b

File tree

7 files changed

+17
-32
lines changed

7 files changed

+17
-32
lines changed

.arduino-ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
platforms:
2-
zero:
3-
board: arduino:samd:arduino_zero_native
4-
package: arduino:samd
5-
gcc:
6-
features:
7-
defines:
8-
- __SAMD21G18A__
9-
- ARDUINO_SAMD_ZERO
10-
- __COMPILING_AVR_LIBC__
11-
- SPCR
12-
- DORD
13-
warnings:
14-
flags:
15-
161
unittest:
172
platforms:
183
# - uno

examples/AdafruitFeatherM0WINC1500/.arduino-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
compile:
22
# Choosing to run compilation tests on different Arduino platforms
33
platforms:
4-
- uno
5-
- due
6-
# - zero
4+
- uno
5+
- due
6+
# - zero
77
# - leonardo
8-
- m4
8+
# - m4
99
# - esp32
1010
# - esp8266
11-
- mega2560
11+
- mega2560
1212

1313
# Declaring Dependent Arduino Libraries (to be installed via the Arduino Library Manager)
1414
libraries:

examples/PubNubDemo/.arduino-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ compile:
55
- due
66
# - zero
77
- leonardo
8-
- m4
9-
- esp32
8+
# - m4
9+
# - esp32
1010
# - esp8266
1111
- mega2560

examples/PubNubPublisher/.arduino-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ compile:
55
- due
66
# - zero
77
- leonardo
8-
- m4
9-
- esp32
8+
# - m4
9+
# - esp32
1010
# - esp8266
1111
- mega2560

examples/PubNubSubscriber/.arduino-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ compile:
55
- due
66
# - zero
77
- leonardo
8-
- m4
9-
- esp32
8+
# - m4
9+
# - esp32
1010
# - esp8266
1111
- mega2560
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
compile:
2-
# Choosing to run compilation tests on different Arduino platforms
3-
platforms:
2+
# Choosing to run compilation tests on different Arduino platforms
3+
platforms:
44
- uno
55
- due
66
# - zero
77
# - leonardo
8-
- m4
8+
# - m4
99
# - esp32
1010
# - esp8266
1111
- mega2560
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
compile:
2-
# Choosing to run compilation tests on different Arduino platforms
2+
# Choosing to run compilation tests on different Arduino platforms
33
platforms:
44
- uno
55
- due
66
# - zero
77
- leonardo
8-
- m4
8+
# - m4
99
- esp32
1010
# - esp8266
1111
- mega2560
1212

13-
# Declaring Dependent Arduino Libraries (to be installed via the Arduino Library Manager)
13+
# Declaring Dependent Arduino Libraries (to be installed via the Arduino Library Manager)
1414
libraries:
1515
- "ArduinoJson"

0 commit comments

Comments
 (0)