image: debian/testing packages: - golang - make sources: - https://git.sr.ht/~nromdotcom/gemif tasks: - setup: | cd gemif make init cd .. go install github.com/markbates/pkger/cmd/pkger - test: | cd gemif make test - build: | cd gemif make build