OPEnSLab-OSU / Loom

Arduino library for Internet of Things Rapid Prototyping in environmental sensing
GNU General Public License v3.0
26 stars 3 forks source link

Use TravisCI to verify compilation of example sketches #63

Closed prototypicalpro closed 4 years ago

prototypicalpro commented 4 years ago

Is your feature request related to a problem? Please describe. At the moment, the Loom team does not formally verify the functionality of the Loom examples or installation instructions, causing some examples to be "left behind" and no longer function after a feature updates (see https://github.com/OPEnSLab-OSU/Loom/issues/48).

Describe the solution you'd like As an extra check, TravisCI should verify that all example sketches provided by Loom compile, to verify that the provided examples are correct and work with the setup instructions. The process TravisCI should use for building the examples should follow the Loom Installation Guide, including installing dependencies from the provided lists.