mirror of
https://github.com/NotAShelf/dummy-serial.git
synced 2024-11-01 12:01:15 +00:00
CI: make build CI
This commit is contained in:
parent
889b110eaa
commit
5cff09f6fd
1 changed files with 19 additions and 0 deletions
19
.github/workflows/makefile.yml
vendored
Normal file
19
.github/workflows/makefile.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Makefile CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build with make
|
||||
run: make all
|
Loading…
Reference in a new issue