ebelski / rust-copter

A quadcopter build using a Teensy running Rust and some other cool stuff that's yet to be determined.
MIT License
6 stars 1 forks source link

Generate pre-releases from master #11

Closed mciantyre closed 4 years ago

mciantyre commented 4 years ago

Now that we have continuous builds and better task automation (#10), we can automatically build our apps and demos for the Teensy 4.

Every time we push commits to master, a CI job will automatically create a pre-release. From that page, you can expand the assets, and download all the demos. The demos are ready to flash on a Teensy. In the future, we can add more apps and demos.

The top pre-release should always be the latest; it should also be accessible using the demo-prerelease git tag. This is just a convenience so that we don't have to manually build the code on master.

(Note that the two pre-releases, as of this writing, were generated during my testing. The system will kick-in once we merge this PR.)