Skip to content

Update makefile.yml #12

Update makefile.yml

Update makefile.yml #12

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: Install dependencies
run: make overlay -j66 && echo "Overlay Made"; make module -j66 && echo "Module made"; make sys-tune -j66 && echo "MAIN MADE";
- name: Run check
run: make wah -j66
- name: Run distcheck
run: make dist -j66