Add Github workflow to automatically build#1302
Add Github workflow to automatically build#1302danielkrupinski merged 1 commit intomasterfrom unknown repository
Conversation
|
It just builds the dll when some change is made and auto uploaded |
You don't have to do anything, the build is done automatically on a GitHub server. Every time changes are pushed, GitHub will automatically compile Osiris to make sure the commit didn't completely break anything. You can also view the compiler output on GitHub if you want to look for warning messages. You will also be able to view detailed information for each build in the Actions tab. (example: https://github.com/robootgit/Osiris/actions)
Correction: This commit doesn't add auto-upload. It wouldn't be difficult to add, but that decision should be up to danielkrupinski. |
|
+1 |
1 similar comment
|
+1 |
|
Thanks! Let's see how it works out. |

Hi
This patch adds a Github workflow that automatically builds Osiris when changes are pushed or any pull request is created. This is a great way to weed out low quality pull requests. If you want, you can even configure the workflow to automatically upload a compiled DLL to https://github.com/danielkrupinski/Osiris/releases.