per1234 / arduino-ci-script

Bash script for continuous integration of Arduino projects
MIT License
24 stars 7 forks source link

Add check for missing library.properties to check_library_structure #26

Open per1234 opened 5 years ago

per1234 commented 5 years ago

Unlike the Arduino IDE, Arduino Web Editor requires that even libraries in the 1.0 format have a library.properties file. If the file is missing, library import fails.

It's possible this requirement of Arduino Web Editor may eventually be removed, so I should verify that it still exists before adding this check.