8 image_family: freebsd-12-4
10 image_family: freebsd-13-2
12 image_family: freebsd-14-0-snap
14 - pkg install -y autoconf automake libtool gettext-runtime gmake ksh93 py39-packaging py39-cffi py39-sysctl
16 - env MAKE=gmake ./autogen.sh
17 - env MAKE=gmake ./configure --with-config="user" --with-python=3.9
19 - gmake -j `sysctl -n kern.smp.cpus`