mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
16 lines
366 B
YAML
16 lines
366 B
YAML
compile:
|
|
# Choosing to run compilation tests on 2 different Arduino platforms
|
|
platforms:
|
|
- uno
|
|
- leonardo
|
|
- due
|
|
- zero
|
|
# Declaring Dependent Arduino Libraries (to be installed via the Arduino Library Manager)
|
|
libraries:
|
|
- "OneWire"
|
|
|
|
unittest:
|
|
# These dependent libraries will be installed
|
|
libraries:
|
|
- "OneWire"
|
|
- "util/crc16" |