Skip to content

build-systems: remove Makefile and autotools #217

build-systems: remove Makefile and autotools

build-systems: remove Makefile and autotools #217

Workflow file for this run

name: C with autotools
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: autogen
run: ./autogen.sh
- name: configure
run: ./configure
- name: make
run: make
- name: make distcheck
run: make distcheck