project-generator / project_generator

Project generators for various embedded tools (IDE). IAR, uVision, Makefile, CoIDE, Eclipse and many more in the roadmap!
Apache License 2.0
271 stars 96 forks source link

Move from Travis elsewhere #490

Closed 0xc0170 closed 2 years ago

0xc0170 commented 3 years ago

Same as progen definitions, we need to find an alternative.

Their recent plans made it unavailable for open source projects like this one to run some free jobs. The credit system is one time thing that needs to be requested and takes some time to be granted. Not ideal, so I'll look at how to migrate it elsewhere where we can run our simple checks.

If any PR is created now, there is no travis job to be run... unfortunately.

mathias-arm commented 3 years ago

GitHub Actions should work pretty well.

You can take inspiration from pyOCD and there is coveralls extension that looks nice.

0xc0170 commented 2 years ago

Done, Github actions active.

You can take inspiration from pyOCD and there is coveralls extension that looks nice.

Good resource, I have to enable coveralls as well.