Just like in the openFrameworks repo (and many others), we could use the same (free for open source projects) services and get an automated build status of the app for every platform we support.

We would use AppVeyor for Windows and Travis for the rest. On top of that, most probably we can use the same build scripts as the OF repo themselves. So the work is pretty much done already.
I remembered this, because today I introduced a typo that was breaking at the syntax level. Having something like this would prevent that.
Just like in the openFrameworks repo (and many others), we could use the same (free for open source projects) services and get an automated build status of the app for every platform we support.
We would use AppVeyor for Windows and Travis for the rest. On top of that, most probably we can use the same build scripts as the OF repo themselves. So the work is pretty much done already.
I remembered this, because today I introduced a typo that was breaking at the syntax level. Having something like this would prevent that.