Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Begins the process of #271 by adding automated builds (and releases) of Korman for Blender 2.79 nightly. Re-releases of Korman 0.10 and Korman 0.11a are available, demonstrating the results.
This uses the Blender builds generated at Hoikas/blender2.7. These builds are done by GitHub Actions and include some additional fixes on top of the state of BF's 2.7 branch. These include fixes for MSVCRT linkage mismatches (everything uses dynamic MSVCRT now) and bumping many dependency libraries to their latest patch version.
Per #271, the intention is to perform only one more release for Blender 2.79 (Korman 0.12), therefore, I did not add any CI for
./build.ps1 -Classic
. This would require Visual Studio 2013, and, therefore, would not work on GHA. I will execute this build locally for Korman 0.12.Note that these build scripts are only designed for Windows CI. Future work would be to add a
./build.ps1 -Dev
mode to allow building and deploying Korman for development purposes; perhaps with a Blender with debugging symbols. Further work would be to add abuild.sh
for Linux (producing something akin to an appimage) and macOS (producing an appropriate release package for this platform). These goals, however, are outside the scope of this pull request.