Skip to content

Commit 9109612

Browse files
committed
nds-blocksds: Add GitHub CI support.
1 parent 316346f commit 9109612

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/main.yml

+15
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,21 @@ jobs:
228228
- name: Package NDS .zip
229229
run: make archive
230230

231+
ARM-NDS-BlocksDS:
232+
runs-on: ubuntu-latest
233+
container: skylyrac/blocksds:slim-latest
234+
steps:
235+
- name: Install dependencies
236+
run: apt update && apt install -y --no-install-recommends $MZXDEPS_DEBIAN_CROSS
237+
- run: echo "BLOCKSDS=/opt/blocksds/core" >> $GITHUB_ENV
238+
- uses: actions/checkout@v3
239+
- name: Configure NDS/BlocksDS
240+
run: arch/nds-blocksds/CONFIG.NDS
241+
- name: Build NDS/BlocksDS
242+
run: $MZX_MAKE
243+
- name: Package NDS/BlocksDS .zip
244+
run: make archive
245+
231246
PowerPC-Wii:
232247
runs-on: ubuntu-latest
233248
container: devkitpro/devkitppc

0 commit comments

Comments
 (0)