image: archlinux packages: - base-devel - clang sources: - https://git.sr.ht/~spicywolf/nbtpd triggers: - action: email condition: always to: ~spicywolf/public-inbox@lists.sr.ht artifacts: - linux-nbtpd.tar tasks: - build: | cd nbtpd make - release: | cd nbtpd make release - tar: | tar -cv linux-nbtpd.tar nbtpd/rel nbtpd/dbg nbtpd/bin