Skip to content

Commit 08381d2

Browse files
committed
hook MBR building to CI
1 parent 8d51bd0 commit 08381d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yml

Lines changed: 4 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_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

0 commit comments

Comments
 (0)