ci: Use GitHub Actions

This commit is contained in:
Joel 2022-01-24 12:08:32 -05:00 committed by GitHub
parent b5b424c62b
commit 5a5067afeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: C/C++ CI
on:
push:
branches: [ deko3d ]
pull_request:
branches: [ deko3d ]
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkita64:latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: make
- uses: actions/upload-artifact@v2
with:
name: NX-Shell.nro
path: NX-Shell.nro