Create makefile.yml

This commit is contained in:
TanKanT97
2024-07-28 23:59:42 -04:00
committed by GitHub
parent 313ee73849
commit f4ec937897
+27
View File
@@ -0,0 +1,27 @@
name: Makefile CI
on:
push:
branches: [ "twrp-9.0" ]
pull_request:
branches: [ "twrp-9.0" ]
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