-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OPL: Add initial Travis Integration #2
Merged
Merged
Conversation
This file contains 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
|
Can one of admins check it? |
doctorxyz
approved these changes
Oct 19, 2016
doctorxyz
approved these changes
Oct 19, 2016
doctorxyz
approved these changes
Oct 19, 2016
Signed-off-by: Caio Oliveira <[email protected]>
doctorxyz
approved these changes
Oct 19, 2016
Signed-off-by: Caio Oliveira <[email protected]>
Signed-off-by: Caio Oliveira <[email protected]>
Signed-off-by: Caio Oliveira <[email protected]>
doctorxyz
approved these changes
Oct 19, 2016
doctorxyz
pushed a commit
that referenced
this pull request
Oct 24, 2016
* 1st Attempt - Per Game CHEAT Name says it all. Haven't compiled nor tested this myself, but considering I well into my 6 pack of Coronas, shit's probably a tad broken! Got laundry to do now. Alas, the laundry room is a good stagger or three around the corner ... =} * Whoops! *belch* * Attempt #2 Per Game CHEAT Fixing a few things ... * Attempt #3 - More syntax fixes ... I'll sober up here in a moment ... * Hooboy! Getting there. Learning Git, too! Aaaand missing Mercurial! * Ugh ... Bastard ... * Damn Last try before bed ... * Piss on this shit ... I can't figure out the problem with "supportbase.c" telling me my defines aren't defined and there's unterminated #ifdefs. Bullfuckingshit. * OPL: Fix errors introduced by Per-Game Cheat Signed-off-by: Caio Oliveira <[email protected]>
doctorxyz
pushed a commit
that referenced
this pull request
Jan 23, 2017
… gh-page (#2) * TravisCI: It's Okay if we upload latest build to my gh-page? * add upload commands to gh-page, so I can control access Signed-off-by: Caio Oliveira <[email protected]> * TravisCI: Enable ccache to speed up build of ps2sdk Signed-off-by: Caio Oliveira <[email protected]>
rickgaiser
pushed a commit
to rickgaiser/Open-PS2-Loader
that referenced
this pull request
Aug 8, 2017
src/dialogs: Fix chars overpassing of screen
rickgaiser
pushed a commit
to rickgaiser/Open-PS2-Loader
that referenced
this pull request
Aug 8, 2017
**************************** (1) by Dr-Q: lng_pack.sh: Make it more simple and less hack-ish TravisCI: Fix some things * revert test changes, they not work * fix make_changelog.sh * reorganize cloning * rename variables * fix -dirty flag and add hack for it TravisCI: Fix libtool: link: only absolute run-paths are allowed TravisCI: Temporary upload to transfer.sh * We can store it for 14 days * But someone need to pickup it and post TravisCI: Fix style and after_success TravisCI: Use Ubuntu 14.04 (Trusty Tahr) TravisCI: Suppress output with travis_wait TravisCI: Redirect otput to /dev/null * i dont wanted to make it, but the log is spamming all! * its a workaround by now, anyway im not sure if it will work TravisCI: Remove all travis_wait and go back to ps2dev **************************** (2) by Caio99BR: TravisCI/DETAILED_CHANGELOG/Scripts: Fix all old issues lng_pack: Add falling back to old method Signed-off-by: Caio Oliveira <[email protected]> lng_pack/.gitignore: Fix chmod and ignore all .ZIP Signed-off-by: Caio Oliveira <[email protected]> make_changelog: Fix issues when calling via sh Signed-off-by: Caio Oliveira <[email protected]> TravisCI/DETAILED_CHANGELOG: Fix issue with latest changes TravisCI: Optimize @Dr-Q changes Signed-off-by: Caio Oliveira <[email protected]> TravisCI: Remove not working uploading of log Signed-off-by: Caio Oliveira <[email protected]> TravisCI: Update to latest changes in Makefile Signed-off-by: Caio Oliveira <[email protected]> TravisCI: Convert '/' to '-' Signed-off-by: Caio Oliveira <[email protected]> TravisCI: Use only the name Signed-off-by: Caio Oliveira <[email protected]> TravisCI: Add tag to TravisCI build, and remove Deploy section * Why I removed Deploy Section? This is simple, Official builds have custom changes and we are using transfer.sh to upload TravisCI builds But Official builds, need more than custom changes I think. Also @ElPatas, make upload of Beta Releases in a new tag, see 3937113 * Fix export of variables in TravisCI Signed-off-by: Caio Oliveira <[email protected]> TravisCI: We need to debug PS2Toolchain issues Signed-off-by: Caio Oliveira <[email protected]> TravisCI: Fix problems with upload zip's Signed-off-by: Caio Oliveira <[email protected]> .gitignore: Optimize it Signed-off-by: Caio Oliveira <[email protected]> **************************** (3) by Caio99BR: TravisCI: Decrease time of builds with ccache and upload builds to my gh-page (ps2homebrew#2) * TravisCI: It's Okay if we upload latest build to my gh-page? * add upload commands to gh-page, so I can control access Signed-off-by: Caio Oliveira <[email protected]> * TravisCI: Enable ccache to speed up build of ps2sdk Signed-off-by: Caio Oliveira <[email protected]>
ElPatas1
pushed a commit
that referenced
this pull request
Aug 28, 2019
* add support for reading language files from all devices * lng: fix building lng list across multiple devices at the same time * lng: load language font files from same location as currently loaded .lng file
AKuHAK
added a commit
that referenced
this pull request
May 26, 2020
uyjulian
pushed a commit
to uyjulian/Open-PS2-Loader
that referenced
this pull request
Jun 11, 2021
Cleanup/makefiles
AKuHAK
pushed a commit
that referenced
this pull request
Sep 30, 2021
* 1st Attempt - Per Game CHEAT Name says it all. Haven't compiled nor tested this myself, but considering I well into my 6 pack of Coronas, shit's probably a tad broken! Got laundry to do now. Alas, the laundry room is a good stagger or three around the corner ... =} * Whoops! *belch* * Attempt #2 Per Game CHEAT Fixing a few things ... * Attempt #3 - More syntax fixes ... I'll sober up here in a moment ... * Hooboy! Getting there. Learning Git, too! Aaaand missing Mercurial! * Ugh ... Bastard ... * Damn Last try before bed ... * Piss on this shit ... I can't figure out the problem with "supportbase.c" telling me my defines aren't defined and there's unterminated #ifdefs. Bullfuckingshit. * OPL: Fix errors introduced by Per-Game Cheat Signed-off-by: Caio Oliveira <[email protected]>
AKuHAK
pushed a commit
that referenced
this pull request
Sep 30, 2021
… gh-page (#2) * TravisCI: It's Okay if we upload latest build to my gh-page? * add upload commands to gh-page, so I can control access Signed-off-by: Caio Oliveira <[email protected]> * TravisCI: Enable ccache to speed up build of ps2sdk Signed-off-by: Caio Oliveira <[email protected]>
AKuHAK
pushed a commit
that referenced
this pull request
Sep 30, 2021
* add support for reading language files from all devices * lng: fix building lng list across multiple devices at the same time * lng: load language font files from same location as currently loaded .lng file
uyjulian
pushed a commit
to uyjulian/Open-PS2-Loader
that referenced
this pull request
May 26, 2022
Merge Main Repo Changes
Rikimaruaxu
added a commit
to Rikimaruaxu/OPL-HDD-Identification-test
that referenced
this pull request
Aug 18, 2022
2 tasks
tihmstar
pushed a commit
to tihmstar/Open-PS2-Loader
that referenced
this pull request
Aug 10, 2024
* Update UDPBD read/write function signatures 64-bit LBA support in SDK changed the block device interface. * Load UDPBD module once * Fix UDPBD not getting DEBUG ifdef * Disconnect UDPBD if writing to >u32 sector
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.
In addition:
git
format:from:
rev939 - I also like to commit in two-phases...:p - Mon Oct 10 01:20:59 2016 -0300
to:
commit937 - doctorxyz - I also like to commit in two-phases...:p - Mon Oct 10 01:20:59 2016 -0300
lng_pack.sh
to pack all langs in Jay-Jay format