Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upBUILDBOT: Add psp2 platform build #7
Merged
Conversation
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.
rsn8887 commentedMar 7, 2017
•
edited
I am adding the psp2 (Vita) platform build to the buildbot. I am asking for comments if I did this correctly.
The way to build manually on the buildbot is:
export VITASDK=/opt/toolchains/psp2/vitasdk
export PATH=$VITASDK/bin:$PATH
"ScummVM-master-dir"/configure --host=psp2
make psp2vpk
Where "ScummVM-master-dir" stands for wherever I temporarily downloaded the scummvm cloned repo (in my case in rsn8887/delme/scummvm/).
This results is the Vita executable "scummvm.vpk" in the current directory. I would like the buildbot to build this and then package it into psp2-master-latest.zip and psp-stable-latest.zip where the content of the zip is the single file "scummvm.vpk"
Also, where can I add the vita icon? It should be under scummvm.org/images where all the other little platform icons are.