Skip to content

Proper BMG implementation, other minor cleanup #9

Proper BMG implementation, other minor cleanup

Proper BMG implementation, other minor cleanup #9

Workflow file for this run

name: Build NitroEdit
on: [push]
jobs:
NitroEdit:
runs-on: ubuntu-latest
container:
image: devkitpro/devkitarm:latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: make -C NitroEdit_ds/
- uses: actions/upload-artifact@master
with:
name: NitroEdit
path: NitroEdit_ds/NitroEdit.nds