-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add instructions for building packages to git #49
Comments
Hi, automated builds with actions or any other CI/CD pipelines are not likely at this point as I don't have the time or resources to set it up. Unless somebody else is willing to do so of course. The Blocks project I package manually on my workstation machines with the Editor itself through the GUI to create a packaged build. I choose Development as build format. For building the plugin, I use the build scripts of Unreal, for example on Windows I use:
On Linux I use:
I can add these somewhere in the documentation perhaps? |
Yes, it could be useful to have this documented somewhere. I'll look into adding an automated build for the plugin. Thanks |
I'm not seeing the |
Sorry for the confusion. These are Unreal Engine build scripts found in your installation folder of Unreal Engine in the subfolder |
Looking into this a bit more, it's not easy to automate in Github, especially with the free tier. The problem is due to licensing of UE and storage limitations on Github. It would be great to have the instructions in the documentation though. |
I will definitly add the instructions in a future update. I am concidering making a self-hosted github runner with UnrealEngine installed to make automated build on perhaps a weekly basis or so or when pull requests are in need of it. But need to make some other choices first as well as for example which Unreal versions to support long-term etc. |
Yes automated builds would be great, and a time saver for you in the long run... Regarding version support, I saw that recent changes to |
…onment/Unreal Project. Closes #49
Main is the development branch and is currently supporting 5.5, see the new 5.4 branch for this one. |
…onment/Unreal Project. Closes #49
…onment/Unreal Project. Closes #49
…onment/Unreal Project. Closes #49
Hi,
Would it be possible to add the build instructions for the release assets (Blocks, plugin) directly in git?
Even better if using GitHub actions, as this would allow anyone to reproduce a build in their forked repo.
I would like to help with this, but not sure where to start.
Thanks!
The text was updated successfully, but these errors were encountered: