Skip to content

Merge pull request #216 from RICCIARDI-Adrien/ci_remove_ubuntu_18_04_… #96

Merge pull request #216 from RICCIARDI-Adrien/ci_remove_ubuntu_18_04_…

Merge pull request #216 from RICCIARDI-Adrien/ci_remove_ubuntu_18_04_… #96

Workflow file for this run

name: BSD
on: [push, pull_request]
jobs:
freebsd:
runs-on: ubuntu-22.04
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