Skip to content

Update workflows.yml #21

Update workflows.yml

Update workflows.yml #21

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkita64:latest
steps:
- uses: actions/checkout@v3
- name: make clean
run: |
make clean
- name: MAKEWAH
run : |
make nxExt
make wah -j66
- name: nxExt
run: |
make nxExt
- name: module
run: |
make module
- name: overlay
run: |
make overlay
- name: systune
run: |
make all
- name: final
run: |
make dist
- uses: actions/upload-artifact@master
with:
name: sys-tune
path: dist