Skip to content

Commit 6c114b3

Browse files
committed
fix: Temporarily exclude compiling the new ESP-WebServer
1 parent 1b875b1 commit 6c114b3

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.arduino-ci.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,16 @@
11
compile:
22
platforms:
33
- uno
4-
libraries:
5-
- "OneWire"
6-
7-
# Configure which examples to compile
8-
examples:
9-
# Skip ESP8266 examples
10-
ESP-WebServer:
11-
skip: true
12-
# All other examples use default uno platform
13-
defaults:
14-
platforms:
15-
- uno
164

17-
# Unit test configuration
185
unittest:
196
platforms:
207
- uno
218
libraries:
229
- "OneWire"
2310

24-
verbose: true # Add this to see more detailed output
11+
examples:
12+
exclude_directories:
13+
- ESP-WebServer*
14+
15+
aux_libraries_for_ci:
16+
- OneWire

0 commit comments

Comments
 (0)