Open-Source-Digital-Twin / furuta-pendulum-controller

MIT License
2 stars 1 forks source link

Create CI/CD workflows #5

Closed caiopiccirillo closed 1 year ago

caiopiccirillo commented 1 year ago

We should not depend on our local builds to deliver the code.

We should create workflow for:

  1. Building
  2. Testing
  3. Check code formatting
  4. Check code mispelling
  5. (Optional) Enable toolchain for crosscompilation
  6. (Optional) Packaging

We can achieve all this by setting up Github Actions