1freebsd_instance:
2  image_family: freebsd-12-2
3
4task:
5  script: pkg install -y gmake && gmake test
6