Skip to content

Merge pull request #18 from chaos/cleanup #23

Merge pull request #18 from chaos/cleanup

Merge pull request #18 from chaos/cleanup #23

Workflow file for this run

name: build CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: configure
run: ./configure
- name: make
run: make
- name: make dist
run: make dist