Skip to content

Rename c-cpp.yml to build.yml #1

Rename c-cpp.yml to build.yml

Rename c-cpp.yml to build.yml #1

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkitarm
steps:
- uses: actions/checkout@v2
- name: make
run: make
- name: assess
run: |
ls
# - name: make check
# run: make check
# - name: make distcheck
# run: make distcheck