Skip to content

Create makefile2.yml #3

Create makefile2.yml

Create makefile2.yml #3

Workflow file for this run

name: Makefile CI
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