Add GitHub Actions workflow for building PSL1GHT#160
Conversation
| run: | | ||
| curl -sL https://github.com/bucanero/ps3toolchain/releases/download/ubuntu-latest-fad3b5fb/ps3dev-ubuntu-latest-2020-08-31.tar.gz | tar xvz -C ./ | ||
| curl -sL https://github.com/ps3dev/PSL1GHT/raw/master/ppu/include/sysutil/sysutil.h -o ps3dev/ppu/include/sysutil/sysutil.h | ||
| curl -sL https://gist.github.com/bucanero/150ec41325894bbd1b4513ecb9e1cfb6/raw/1814600a1b3c804209c4f71dd6316779e160cb25/utime.h -o ps3dev/ppu/ppu/include/sys/utime.h |
There was a problem hiding this comment.
How about using an up to date toolchain instead?
There was a problem hiding this comment.
Yes, I want to use an updated toolchain, I was waiting until we have a proper release uploaded on the ps3dev/ps3toolchain repository, so I can update the download link.
I used my fork link as a place holder, so I could verify the Github action workflow works as expected.
I can leave this PR as draft until we have a release pushed, or we can merge and update the action later once we have the release ready.
What option do you think would be better? I do like the idea to have an action that keeps doing CI with any changes to the PSL1GHT repo.
There was a problem hiding this comment.
Personally I would prefer if the action is updated before merge. As you say CI makes the most sense if it actually tests the latest stuff without bandaids. 😄
Unless you think there's going to be a significant delay before the next "proper release"? To me it seems like we should be able to have one within a few days at the most.
There was a problem hiding this comment.
Sounds good, 👍 let's wait a bit until we get a release published on ps3dev/ps3toolchain, then I update this draft PR with the right link.
Thanks for the feedback !
No description provided.