Skip to content

Commit

Permalink
Create makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaamiri75 authored Nov 1, 2021
1 parent ed7a8a8 commit 59748e5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions makefile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Makefile CI

on:
push:
branches: [ eleven ]
pull_request:
branches: [ eleven ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: configure
run: ./configure

- name: Install dependencies
run: make

- name: Run check
run: make check

- name: Run distcheck
run: make distcheck

0 comments on commit 59748e5

Please sign in to comment.