I have a few Github OSS hosted libraries aimed at running on multiple MCUs and I wish to set up Travis in order to have them built and tested (if possible) automatically. I have run multiple searches and found a couple o different approaches, but none seems satisfying.
- One option seems to be using inotool, but while it seems working nicely for complete firmwares, I was unable to set it up in order to build a library
- Another option suggests the use of plain Makefile, but I'm struggling to have it working properly
I believe there should be a simple solution and I'm here asking for help and knowledge share.
One of the projects I'm going to apply the solution is going to be https://github.com/rlogiacco/MicroDebug, where you can find all my failing tries in the recent history changes.
Thanks!