Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Jun 18, 2024
1 parent f9a955e commit 76e308e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: NDS

on: [push, pull_request]

jobs:
build:
name: NDS build
runs-on: ubuntu-latest
container:
image: skylyrac/blocksds:dev-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Make
run: |
make
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: NDS ROM
path: ./3dpinball-nds.nds

0 comments on commit 76e308e

Please sign in to comment.