sensorium / Mozzi

sound synthesis library for Arduino
https://sensorium.github.io/Mozzi/
GNU Lesser General Public License v2.1
1.06k stars 185 forks source link

Add auto-builds for ESP8266 #176

Closed tfry-git closed 1 year ago

tfry-git commented 1 year ago

This PR is mostly just to make you aware of what I just discovered: It is not so very hard to have automated test builds for all of our boards / examples.

This is still suffering from a few problems, importantly, because not all examples can be compiled for all boards, but looks immensely useful to me, and already helped to find to spot some problems.

See https://github.com/arduino/compile-sketches for more info (would be cool if you could help me bring more boards, and more examples into the builds.)

tomcombriat commented 1 year ago

Hi, That's super interesting! Fun thing is that I had the idea, not so long ago, to automate things like code formatting and documentation using github, but, of course, never took the time to actually try. Will try to help you on this effort!