mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
17 lines
267 B
YAML
17 lines
267 B
YAML
unittest:
|
|
platforms:
|
|
- uno
|
|
# - mega2560
|
|
libraries:
|
|
- "SoftwareWire"
|
|
- "SHT31"
|
|
|
|
compile:
|
|
# Choosing to run compilation tests on 2 different Arduino platforms
|
|
platforms:
|
|
- uno
|
|
# - mega2560
|
|
libraries:
|
|
- "SoftwareWire"
|
|
- "SHT31"
|