We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 316346f commit 9109612Copy full SHA for 9109612
.github/workflows/main.yml
@@ -228,6 +228,21 @@ jobs:
228
- name: Package NDS .zip
229
run: make archive
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
+ - 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
+
246
PowerPC-Wii:
247
runs-on: ubuntu-latest
248
container: devkitpro/devkitppc
0 commit comments