File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Using this repo to perform GitHub actions builds of a GBA project:
22
33## Purpose
4- If for some reason you are unable to run docker locally, this repository can be forked to enable you to perform project builds using GitHub actions.
4+ If for some reason you are unable to run Docker locally, this repository can be forked to enable you to perform project builds using GitHub actions.
55
66# Setup
77Step one is creating a GitHub account, if you don't already have one (https://github.com/join ).
88
9- Once you have a GitHub account, go to main page of this repo and click the “ Fork” button https://github.com/aaaronic/GBA-Compiler-Docker
9+ Once you have a GitHub account, go to main page of this repo and click the " Fork: button https://github.com/aaaronic/GBA-Compiler-Docker
1010
1111![ Screenshot showing where to find the "Fork" button on GitHub.] ( imgs/ForkButton.png )
1212
@@ -31,7 +31,7 @@ The build from there is actually pretty simple (CLI instructions):
3131 - git push # this sends your changes back to GitHub
3232- GitHub will then notice the changes and automatically trigger a build under “Actions”:
3333 ![ Screenshot showing the "Actions" button location.] ( imgs/Actions.png )
34- - When the build finishes, if it succeeded, you’ll be able to download the Project .gba created:
34+ - When the build finishes, if it succeeded, you’ll be able to download the ` .gba ` file created:
3535 ![ Screenshot of a completed build.] ( imgs/ActionCompleted.png )
3636
3737 ![ Screenshot showing the "Project.gba" download button.] ( imgs/Project.gba.png )
You can’t perform that action at this time.
0 commit comments