ngld / knossos

NuKnossos a complete rewrite of the old Knossos mod manager. Nebula also lives here since it's easier to manage both projects in a single monorepo. If you're looking for the old code, go to https://github.com/ngld/old-knossos.
Apache License 2.0
24 stars 2 forks source link

Add more CI #16

Closed neersighted closed 3 years ago

neersighted commented 3 years ago
neersighted commented 3 years ago

It should be easy enough to only run on certain files changed. What I'm more concerned with is how to keep that list -- ideally I think the build system could be asked? Let me know if you have thoughts on that detail.

neersighted commented 3 years ago

I think my idea with the Nebula downloads was that it would be easy to test PRs locally, but in hindsight clone the PR and build it yourself is faster and easier.

ngld commented 3 years ago

I've fixed the exit code handling. I have an idea regarding the changed files but I'll do that in a separate PR.