Add flow to automatically build using Makefile
This commit is contained in:
parent
31cae0b55b
commit
9c0119d940
17
.github/workflows/makefile.yml
vendored
Normal file
17
.github/workflows/makefile.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
||||
Loading…
Reference in New Issue
Block a user