Skip to content

Commit

Permalink
Let's see if I can get workflows to work
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Apr 22, 2023
1 parent 5a28a09 commit 53cfd2f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

name: Build NitroEdit

on: [push]

jobs:
NitroEdit:
runs-on: ubuntu-latest

container:
image: devkitpro/devkitarm:latest

steps:
- name: Build
run: make -C NitroEdit/

- uses: actions/upload-artifact@master
with:
name: NitroEdit
path: NitroEdit/NitroEdit.nds

0 comments on commit 53cfd2f

Please sign in to comment.