Skip to content

Commit cfaf9d2

Browse files
committed
hook MMCE to buildsystem
1 parent 295fa52 commit cfaf9d2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/CI.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ jobs:
6464
run: |
6565
make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PS2_HDD/ HDD=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
6666
67+
- name: Compile PS2 MMCE build
68+
run: |
69+
make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PS2_MMCE/ MMCE=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
70+
71+
- name: Compile PSX MMCE build
72+
run: |
73+
make release COMMIT_HASH=${GITHUB_SHA::7} BINDIR=PSX_MMCE/ PSX=1 MMCE=1 ${{ env.DEBUG }} PRINTF=${{ github.event.inputs.name }}
74+
6775
- name: list
6876
run: |
6977
git ls-files -i --exclude-standard -c
@@ -76,6 +84,8 @@ jobs:
7684
mv PSX/ release/PSX/
7785
mv PS2_HDD/ release/PS2_HDD/
7886
mv PS2_MX4SIO/ release/PS2_MX4SIO/
87+
mv PS2_MMCE/ release/PS2_MMCE/
88+
mv PSX_MMCE/ release/PSX_MMCE/
7989
8090
- name: pack release
8191
run: |
@@ -92,7 +102,7 @@ jobs:
92102
name: PS2BBL
93103
path: |
94104
release/*
95-
105+
96106
- name: Create prerelease
97107
if: github.ref == 'refs/heads/main'
98108
uses: mathieucarbou/marvinpinto-action-automatic-releases@latest

0 commit comments

Comments
 (0)