On Thu, 14 Nov 2019 at 06:59, Ed Maste <emaste@xxxxxxxxxxx> wrote: > > On Wed, 13 Nov 2019 at 15:53, Ed Maste <emaste@xxxxxxxxxxx> wrote: > > > > Ok, I'll try to submit it in the next few days. Cirrus-CI will do > > Linux, FreeBSD, Windows, and macOS - I'll start with a FreeBSD config > > first, and then try adding equivalent configs for the existing CI for > > comparison. And my Cirrus-CI run completed: https://cirrus-ci.com/build/6262062849720320 The .cirrus.yml is quite simple: env: CIRRUS_CLONE_DEPTH: 1 freebsd_12_task: freebsd_instance: image: freebsd-12-1-release-amd64 install_script: pkg install -y bison gmake pkgconf build_script: gmake This just does a build now. I'll look at extending it to run the tests as well.