-
Notifications
You must be signed in to change notification settings - Fork 152
Add Github Actions #162
base: master
Are you sure you want to change the base?
Add Github Actions #162
Conversation
I can't see any artifacts, where are they? (artifacts are file outputs of the ci, essentially the compiled executable) |
Right now the it just does checks on commits and PRs and makes sure that they can be built without issue |
So many commits lmfao |
the commits never end |
Hi, is this ready for review? I can take a look at it now. |
At the moment I'm finishing up windows compilation. If you would like you can review the macOS and Linux workflows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
While this still LGTM and is entirely an MVP of CI/CD with releases, I do want to mention #157 being an issue that was requested and could be moderately resolved by adding a |
This PR will add GitHub Actions. Which will compile Linux, macOS and, Windows (gaming os 🤷) and distributes them as a prelease.
This would resolve #148