Automatic builds using Github Actions - #1071
Closed
Voker57 wants to merge 1 commit into
Closed
Conversation
Voker57
force-pushed
the
develop
branch
17 times, most recently
from
January 30, 2025 13:46
b0882b1 to
55a49b9
Compare
Contributor
Author
|
I have replaced the script hacks with use of environment variables to avoid asking for input. Incremental releases, after consideration, would require a rather complicated setup with questionable value, so this will be excluded from this PR. The request is ready to merge. |
Member
|
I'm not sure using compile.pl is the right move for this, but given that it reverts back to normal without specific environmental variables, I suppose it's doable. I will take a closer look at this when I get time to do so. |
Voker57
force-pushed
the
develop
branch
4 times, most recently
from
February 6, 2025 15:19
00b204c to
681d70a
Compare
Voker57
force-pushed
the
develop
branch
2 times, most recently
from
February 20, 2025 15:59
67f5c57 to
540e092
Compare
Voker57
force-pushed
the
develop
branch
2 times, most recently
from
March 2, 2025 10:29
94c2ff9 to
d192a48
Compare
Voker57
force-pushed
the
develop
branch
3 times, most recently
from
March 10, 2025 18:03
47780c6 to
41b5997
Compare
Voker57
force-pushed
the
develop
branch
3 times, most recently
from
April 8, 2025 17:42
fa4a45e to
dfa3b03
Compare
+ Create a pre-release from each commit, with downloadable mod build * Modify build scripts not to ask for input if $NONINTERACTIVE is set * Modify build scripts not to copy .dlls if $CI is set
Contributor
Author
|
Superceded by #1122 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This will build a mod archive from every commit to specified branch(es), and make a pre-release with file attached to it. You can see how it works here https://github.com/Voker57/wtp/releases/tag/development
Potential improvements: