Create makefile.yml

This commit is contained in:
TanKanT97
2024-07-28 20:58:31 -04:00
committed by GitHub
parent 9b61c57107
commit d70d0f130d
+27
View File
@@ -0,0 +1,27 @@
name: Makefile CI
on:
push:
branches: [ "cm-14.1" ]
pull_request:
branches: [ "cm-14.1" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: Install dependencies
run: make
- name: Run check
run: make check
- name: Run distcheck
run: make distcheck