Update macos-build.yml

This commit is contained in:
Schnappy 2021-11-02 20:06:29 +01:00 committed by GitHub
parent 9b3f494afa
commit 9858fc1288
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,11 @@ jobs:
run: |
wget https://raw.githubusercontent.com/grumpycoders/pcsx-redux/a899d09d81cf602ef48e51cda09a6c62638fa5c5/tools/macos-mips/mipsel-none-elf-binutils.rb -O ${{github.workspace}}/mipsel-none-elf-binutils.rb
wget https://raw.githubusercontent.com/grumpycoders/pcsx-redux/a899d09d81cf602ef48e51cda09a6c62638fa5c5/tools/macos-mips/mipsel-none-elf-gcc.rb -O ${{github.workspace}}/mipsel-none-elf-gcc.rb
brew install ${{github.workspace}}/mipsel-none-elf-binutils.rb --debug
brew install ${{github.workspace}}/mipsel-none-elf-gcc.rb --debug
brew install --build-bottle ${{github.workspace}}/mipsel-none-elf-binutils.rb --debug
brew install --build-bottle ${{github.workspace}}/mipsel-none-elf-gcc.rb --debug
ls -l
brew bottle mipsel-none-elf-binutils
brew bottle mipsel-none-elf-gcc
- name: Build mkpsxiso
run: |
wget https://github.com/Lameguy64/mkpsxiso/archive/refs/heads/master.zip -O ${{github.workspace}}/master.zip
@ -38,3 +41,13 @@ jobs:
7z x psyq-4.7-converted-full.7z -o./psyq
- name: Make all
run: make all
- name: Upload mkpsxiso-macos
uses: actions/upload-artifact@v2
with:
name: mkpsxiso-macos
path: ${{github.workspace}}/mkpsxiso-master/build
- name: Upload toolchain-macos
uses: actions/upload-artifact@v2
with:
name: mpisel-toolchain-macos
path: ${{github.workspace}}/*bottle*.tar.gz