Skip to content

chore: Include license file in source packaging and installation #27

chore: Include license file in source packaging and installation

chore: Include license file in source packaging and installation #27

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Configure
run: |
autoreconf --install -W none
./configure
- name: Make
run: |
make