Add CI build through RISC OS Build service.#1
Open
gerph wants to merge 10 commits intoeffarig:trunkfrom
Open
Conversation
This change introduces automated building of the sources using the RISC OS Build service - we send the code and makefile to the service and it builds things according to the makefile, and then returns the result to us. We should also be able to create a tag prefixed with 'v' to create a release automatically as well.
Owner
|
Thanks for this, though KeyMapper isn't the most active project! It may take me a while to look into this in detail, I want to find a good chunk of time to understand it all. |
Author
|
No worries; happy to explain anything you have problems with, though I've tried to leave comments to explain why things are done in the code, or within the change messages on each change. |
Make it easier for people to submit changes.
Faster builds on the build service.
Update actions/checkout action to v6
Update actions/download-artifact action to v8
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 change introduces automated building of the sources using the
RISC OS Build service - we send the code and makefile to the service
and it builds things according to the makefile, and then returns the
result to us.
Every push to the repository will automatically build the code using
the
disttarget from the make file and archive the results as a RISC OSzip archive.
We should also be able to create a tag prefixed with 'v' to create
a release automatically as well.