image: freebsd/latest packages: - gmake sources: - https://git.sr.ht/~spicywolf/nbtpd triggers: - action: email condition: always to: ~spicywolf/public-inbox@lists.sr.ht artifacts: - freebsd-nbtpd.tar tasks: - build: | cd nbtpd gmake - release: | cd nbtpd gmake release - tar: | tar -cv freebsd-nbtpd.tar nbtpd/rel nbtpd/dbg nbtpd/bin