Skip to content

Commit

Permalink
Add DS builds to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ccawley2011 committed Jan 30, 2024
1 parent d380d8f commit 005ff7d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,19 @@ jobs:
with:
name: arcem-${{ matrix.amiga.host }}
path: ./arcem

build-nds:
name: Nintendo DS
runs-on: ubuntu-latest
container: devkitpro/devkitarm:latest

steps:
- uses: actions/checkout@v3
- name: Build
run: |
source /opt/devkitpro/ndsvars.sh
make SYSTEM=nds
- uses: actions/upload-artifact@v3
with:
name: arcem-nds
path: ./ArcEm.nds

0 comments on commit 005ff7d

Please sign in to comment.