File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,14 +47,16 @@ jobs:
4747 - name : Runs all the stages in the shell
4848 if : matrix.os == 'ubuntu-latest'
4949 shell : bash -e {0}
50+ env :
51+ BUILD_PS3TOOLCHAIN_ONLY : 1
5052 run : |
5153 mkdir $PWD/ps3dev
5254 export PS3DEV=$PWD/ps3dev
5355 export PSL1GHT=$PS3DEV
5456 export PATH=$PATH:$PS3DEV/bin
5557 export PATH=$PATH:$PS3DEV/ppu/bin
5658 export PATH=$PATH:$PS3DEV/spu/bin
57- ./toolchain.sh 1 2 3 4 5 6
59+ ./toolchain.sh
5860
5961 - name : Runs all the stages in the shell
6062 if : matrix.os == 'macos-15-intel'
Original file line number Diff line number Diff line change 22# psl1ght.sh by Naomi Peori (naomi@peori.ca)
33
44# # Check if we want to skip this step
5- if [[ -n " $BUILD_PS3TOOLCHAIN_ONLY " ] ]; then
5+ if [ -n " $BUILD_PS3TOOLCHAIN_ONLY " ]; then
66 echo " PS3 Toolchain only set. Skipping..."
77 exit 0
88fi
Original file line number Diff line number Diff line change 22# ps3libraries.sh by Naomi Peori (naomi@peori.ca)
33
44# # Check if we want to skip this step
5- if [[ -n " $BUILD_PS3TOOLCHAIN_ONLY " ] ]; then
5+ if [ -n " $BUILD_PS3TOOLCHAIN_ONLY " ]; then
66 echo " PS3 Toolchain only set. Skipping..."
77 exit 0
88fi
You can’t perform that action at this time.
0 commit comments