Initial Commit
This commit is contained in:
24
.github/workflows/build.yml
vendored
Normal file
24
.github/workflows/build.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: Build NRO
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: devkitpro/devkita64:latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
run: make
|
||||
|
||||
- name: Upload NRO
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: PatchExtractor-nro
|
||||
path: "*.nro"
|
||||
Reference in New Issue
Block a user