NOP0 / rustmatic

PLC programming in Rust!
Apache License 2.0
35 stars 2 forks source link

Set up CI #31

Open Michael-F-Bryan opened 4 years ago

Michael-F-Bryan commented 4 years ago

I'm not sure when we want to resolve #7 and make the repository publicly accessible, but when we do I'd like to activate CI for this project. I just rebased the wasm branch onto master and found the GPIO crate had accidentally been broken when we were playing around with the Device code.

If we activate CI it'll make sure master can't accidentally get broken, plus we can do nice things like generate API docs for the current code, or render our book so it can be viewed using GitHub Pages instead of needing to run mdbook serve locally.

NOP0 commented 4 years ago

Looked through #7 and the forum thread again, and I have no further issues, that is the decision for when to go public is yours. Do you have any more requirements/issues towards this? MVP, Readme, etc?