mirror of
https://github.com/joel16/NX-Shell.git
synced 2024-11-26 21:20:27 +00:00
ci: Use GitHub Actions
This commit is contained in:
parent
b5b424c62b
commit
5a5067afeb
24
.github/workflows/build.yml
vendored
Normal file
24
.github/workflows/build.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user