Skip to content

Commit 2beb224

Browse files
committed
add hint to file .arduino-ci.yml
1 parent 1e3f6c4 commit 2beb224

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

REFERENCE.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ platforms:
9090
9191
### Control How Examples Are Compiled
9292
93-
The `compile:` section controls the platforms on which the compilation will be attempted, as well as any external libraries that must be installed and included.
93+
Put a file `.arduino-ci.yml` in each example directory where you require a different configuration than default.
94+
The `compile:` section controls the platforms on which the compilation will be attempted, as well as any external libraries that must be installed and included.
9495

9596
```yaml
9697
compile:

0 commit comments

Comments
 (0)