Files
twrp_amazon_austin/.github/workflows/makefile.yml
T
2024-07-28 23:59:42 -04:00

28 lines
387 B
YAML

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