Migrate Win/Mac/Linux builds to Github Actions#1571
Open
andygrundman wants to merge 2 commits intomoonlight-stream:masterfrom
Open
Migrate Win/Mac/Linux builds to Github Actions#1571andygrundman wants to merge 2 commits intomoonlight-stream:masterfrom
andygrundman wants to merge 2 commits intomoonlight-stream:masterfrom
Conversation
72f9dd3 to
ab4a789
Compare
968f0c0 to
7628e90
Compare
Contributor
Author
|
Turns out Ubuntu 20.04 runner is going away in a week, just my luck, so I will move this to 22.04. |
…via .rc file. Start on 22.04 support, use jammy version of lunarg-vulkan-1.3.280.
Contributor
Author
|
I had a thought, that since the GH Actions cache system is quite good, plus the fact that https://github.com/cgutman/moonlight-deps still depends on Appveyor, we could fairly easily re-integrate the building of these libs into the Win/Mac builds, just like how it works for the Linux builds. |
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 is a port of all builds except Steam Link to GH Actions. Windows and Mac are more or less straight ports, on Linux I ran into trouble with the qt515 repo so I used an existing Install Qt action instead. This worked so well that I built both a 5.15.2 and 6.8.3 version for Linux. Both seem to work on my Steam Deck.