image: debian/testing packages: - pandoc - weasyprint - poppler-utils sources: - https://git.sr.ht/~boringcactus/crowbar-spec environment: files: "index vs-c tagged-unions types safety errors syntax LICENSE" tasks: - build: | cd crowbar-spec make - compress: | tar czf spec-html.tar.gz crowbar-spec/*.html - test-page-count: | cd crowbar-spec make check artifacts: - crowbar-spec/spec.pdf - spec-html.tar.gz