Skip to content

Commit

Permalink
Add ps2 iop build
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf3s committed Nov 20, 2023
1 parent cd0d6cf commit 10ba035
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cmake --build .
build-ps2-ee:
name: PS2 EE build
name: PS2 build

runs-on: ubuntu-latest
container: ps2dev/ps2dev:latest
Expand All @@ -50,12 +50,18 @@ jobs:
- name: git checkout
uses: actions/checkout@v3

- name: make -f Makefile.PS2_EE
- name: Compile PS2 EE Side
run: |
cd lib
make -f Makefile.PS2_EE clean
make -f Makefile.PS2_EE
- name: Compile PS2 IOP Side
run: |
cd lib
make -f Makefile.PS2_IOP clean
make -f Makefile.PS2_IOP
build-ps3-ppu:
name: PS3 PPU build

Expand Down

0 comments on commit 10ba035

Please sign in to comment.