Skip to content

Create c-cpp.yml

Create c-cpp.yml #2

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make all
- name: Build Package
run: make package
- name: Run Install
run: make install