I'm Still Alive #70
dangmoody
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know there's not been any activity on the project for quite some time now but the project isn't dead, I promise!
The past several months/couple years I've been very busy with my day job, but I've also been writing an exciting new build tool called Builder. It's really cool.
Locally, the way this project gets compiled, currently, is a horrible mess of build scripts. For CI, we rely on GitHub Actions, which I'm not having much luck with getting to "just work". Actions task dependencies fail or become out of date and then the next thing I know the build is marked as "failing" when, actually, everything's fine - it's just the build machine on Microsoft's end that's not working properly or is putting up a fight with having me configure it properly after some update.
Builder's going to change all of that. I just need to finish it such that it's usable for all my open source projects. There's not much work left to do for that.
So once Builder gets integrated into this project (and once I move away from GitHub Actions and run a local CI solution that I have full control over) we can go back to more updates and a CI image on the README that only goes red when the build is actually failing (though I plan to keep it green all the time, of course).
So if you are a user and maybe wondered what's happened, or if you stumbled upon this project by accident and wondered if the project was dead: It's not dead. I'm busy working on something else that's going to make this better first, and then we'll carry on with the rest of the todo list.
Beta Was this translation helpful? Give feedback.
All reactions