Skip to content

Commit

Permalink
fix: fettling
Browse files Browse the repository at this point in the history
  • Loading branch information
milesburton committed Jan 23, 2025
1 parent 1db3a83 commit f488e8a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .arduino-ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# .arduino-ci.yml

# Glob patterns to ignore specific files or directories
ignore:
- "examples/ESP-WebServer/**" # Exclude all files in the ESP-WebServer example

# Compilation settings
compile:
platforms:
- uno
libraries:
- "OneWire"
ignore:
- "examples/ESP-WebServer/**"

# Unit testing settings
unittest:
platforms:
- uno
Expand Down

0 comments on commit f488e8a

Please sign in to comment.