freebsd_instance: image: freebsd-12-1-release-amd64 task: install_script: pkg install -y wget git m4 bash autoconf automake sqlite3 gmake build_script: ./autogen.sh && ./configure && gmake -j3