cfv-project / cfv

Command-line File Verify
GNU General Public License v2.0
58 stars 10 forks source link

Add FreeBSD runner to CI pipeline #31

Closed lxp closed 3 years ago

lxp commented 3 years ago

@Terry-Kennedy tested cfv on FreeBSD and created a FreeBSD port (https://github.com/cfv-project/cfv/issues/8#issuecomment-889691172). However, currently we do not have a CI runner for FreeBSD. To ensure support in the long run, we should have our CI pipeline also regularly run on FreeBSD.

Sadly, Github Actions does not directly support FreeBSD. One possible workaround would be using this action running a FreeBSD VM on the macOS runner: https://github.com/marketplace/actions/freebsd-vm

lxp commented 3 years ago

Fixed in #33