Commit 344328d1 authored by Nikias Bassen's avatar Nikias Bassen

Add build workflow

parent 3df02d4d
name: build
on: [push]
jobs:
build:
runs-on: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v1
- name: autogen
run: ./autogen.sh
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment