Skip to content

ci: Test *BSD build

ci: Test *BSD build #4

Workflow file for this run

name: Build on Linux
on:
push: {}
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: autoreconf -vfi
- run: ./configure
- run: make