We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b875b1 commit 6c114b3Copy full SHA for 6c114b3
.arduino-ci.yml
@@ -1,24 +1,16 @@
1
compile:
2
platforms:
3
- 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
16
17
-# Unit test configuration
18
unittest:
19
20
21
libraries:
22
- "OneWire"
23
24
-verbose: true # Add this to see more detailed output
+examples:
+ exclude_directories:
+ - ESP-WebServer*
+
+aux_libraries_for_ci:
+ - OneWire
0 commit comments