You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That last update took a long time, even if it wasn't a ton of content.
A lot of that time was spent experimenting, figuring out the best way to bring mutable data, and also with my day job since it sometimes requires me to work overtime.
I would like to make the workflow more properly defined in some ways, and more loose in others.
I want to make the following changes:
Not every commit to the master branch should be a release
We'll have tags for the commits that are releases
The master branch should be protected
CI pipelines should automatically test source code and automatically build and publish release builds
This will take some work to get started, so here's a checklist:
Protect the master branch
Setup CI for merging into master
rustfmt
clippy
cargo test
Setup CI for publishing
Setup Linux build
Setup Windows build
The only question is if I should use Github's free git runner hours or if I should use my own server. That server has plenty of throughput available so I'm leaning toward using that, since it'll never run out.
The text was updated successfully, but these errors were encountered:
That last update took a long time, even if it wasn't a ton of content.
A lot of that time was spent experimenting, figuring out the best way to bring mutable data, and also with my day job since it sometimes requires me to work overtime.
I would like to make the workflow more properly defined in some ways, and more loose in others.
I want to make the following changes:
This will take some work to get started, so here's a checklist:
The only question is if I should use Github's free git runner hours or if I should use my own server. That server has plenty of throughput available so I'm leaning toward using that, since it'll never run out.
The text was updated successfully, but these errors were encountered: