Merged
Conversation
6039854 to
bc49f18
Compare
Member
Author
|
@rfm I was wondering: would it be helpful to add another option for manual runs to be able to specify a tools-make branch? This would allow running builds and tests with changes to Make before merging them. |
Contributor
|
Yes, that makes sense to me. |
bc49f18 to
6072a1d
Compare
- update GitHub actions (fixes Node.js 12 deprecation warnings) - separate Linux and Windows jobs - add option to specify tools-make branch for manual run - Windows MSVC: use dependencies from pre-built release (with option to build dependencies via manual run) - Windows MSVC: set GitHub token when building dependencies to prevent GitHub rate limit errors - remove installation of libkqueue-dev package (not used by libdispatch) - update dependencies from libobjc-9-dev to libobjc-10-dev - add -q flag to git clone to prevent progress logs from spamming logs
6072a1d to
ffbb789
Compare
Member
Author
|
@rfm I’ve added that option: For testing, here’s an example run using the "storyboard_support" branch of tools-make: |
Member
|
Looks good to me. Frederik, do you have time to help me update the CI for GNUstep gui based on the code here? |
Member
Author
|
@fredkiefer good idea, here you go: gnustep/libs-gui#165. |
Contributor
|
Thanks |
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.

Various changes to modernize the CI and making it more reliable, mainly by using pre-built dependencies for the Windows MSVC targets instead of always building them ourselves (too much can go wrong in terms of servers being down etc.).
This is in a large part based on the changes from #199.