Skip to content

Commit c019ed8

Browse files
committed
hook MBR building to CI
1 parent 6b21d94 commit c019ed8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
run: |
6464
make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PS2_HDD/ HDD=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
6565
66+
- name: Compile PS2 MBR build
67+
run: |
68+
make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PS2_HDD/MBR/ HDD=1 BUILDING_MBR=1 HOMEBREW_IRX=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
69+
6670
- name: list
6771
run: |
6872
git ls-files -i --exclude-standard -c
@@ -74,6 +78,7 @@ jobs:
7478
mv PS2/ release/PS2/
7579
mv PSX/ release/PSX/
7680
mv PS2_HDD/ release/PS2_HDD/
81+
mv PS2_HDD/MBR/ release/PS2_HDD/MBR/
7782
mv PS2_MX4SIO/ release/PS2_MX4SIO/
7883
7984
- name: pack release

0 commit comments

Comments
 (0)