TG9541 / stm8ef-modbus

A lightweight framework for MODBUS RTU nodes in STM8 eForth that can do more than just I/O
https://github.com/TG9541/stm8ef/wiki/Board-C0135
MIT License
32 stars 12 forks source link

Use GitHub Actions instead of Travis-CI #49

Closed TG9541 closed 2 years ago

TG9541 commented 2 years ago

Sure, that's a bit overdue since travis-ci.org has been defunct for quite a while.

Use a similar method as in https://github.com/TG9541/stm8ef/issues/442 (i.e., provide a latest binary release with a moving tag).

TG9541 commented 2 years ago

It just worked - thanks to the magic of keeping the instructions in a Makefile and the build environment in a Docker container.

Some changes still need to be done, e.g., change the banner in the Readme.md