Commit 95db8ce 1 parent 316346f commit 95db8ce Copy full SHA for 95db8ce
File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,23 @@ jobs:
228
228
- name : Package NDS .zip
229
229
run : make archive
230
230
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
+ - name : Install target dependencies
238
+ run : wf-pacman -Syu --noconfirm && wf-pacman -S --noconfirm toolchain-gcc-arm-none-eabi-zlib
239
+ - run : echo "BLOCKSDS=/opt/blocksds/core" >> $GITHUB_ENV
240
+ - uses : actions/checkout@v3
241
+ - name : Configure NDS/BlocksDS
242
+ run : arch/nds-blocksds/CONFIG.NDS
243
+ - name : Build NDS/BlocksDS
244
+ run : $MZX_MAKE
245
+ - name : Package NDS/BlocksDS .zip
246
+ run : make archive
247
+
231
248
PowerPC-Wii :
232
249
runs-on : ubuntu-latest
233
250
container : devkitpro/devkitppc
You can’t perform that action at this time.
0 commit comments