Skip to content

configure.ac: tag for v2.20_rc1 #87

configure.ac: tag for v2.20_rc1

configure.ac: tag for v2.20_rc1 #87

Workflow file for this run

name: BSD
on: [push, pull_request]
jobs:
freebsd:
runs-on: macos-12
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Build
uses: vmactions/[email protected]
with:
run: |
pkg update
pkg install -y autoconf automake bison flex pkgconf
./autogen.sh
./configure
make
make dist-xz
make install