google / cyanobyte

Machine-readable datasheets
https://cyanobyte.dev
Apache License 2.0
79 stars 31 forks source link

Add automated arduino builds on CI #201

Closed urish closed 4 years ago

urish commented 4 years ago

This should compile all the Arduino code on every commit, and fail if there's any syntax error.

I also had to add an arduino.ino file into the sampleData directory, otherwise the Arduino CLI won't build the project.

Fixes #104

Fleker commented 4 years ago

Thanks for doing this! I appreciate it.