Skip to content

Update c-cpp.yml

Update c-cpp.yml #4

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: dependencies
run: |
pacman -S switch-dev
git config --global --add safe.directory /__w/nxmp/nxmp
git submodule update --init --recursive
- name: make clean
run: |
make clean
- name: final
run: |
make
- uses: actions/upload-artifact@master
with:
name: nxmp
path: build