aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-20 10:30:35 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-20 10:30:35 -0600
commitb7454d9c299e2b2a90d0e55157b1e7f17452f4b5 (patch)
treee8363effd2997c159cba068aae31a82847f2b358 /.build.yml
parentce992c815f05c8487850872bfe44999a08b1f340 (diff)
downloadspec-b7454d9c299e2b2a90d0e55157b1e7f17452f4b5.tar.gz
spec-b7454d9c299e2b2a90d0e55157b1e7f17452f4b5.zip
fix CI
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml
new file mode 100644
index 0000000..df36fc2
--- /dev/null
+++ b/.build.yml
@@ -0,0 +1,15 @@
+image: debian/stable
+packages:
+ - pandoc
+ - wkhtmltopdf
+ - poppler-utils
+sources:
+ - https://git.sr.ht/~boringcactus/crowbar-spec
+tasks:
+ - page-count: |
+ cd crowbar-spec
+ pandoc -s -o ../spec.pdf -t html -M "TITLE=Crowbar Specification" *.md
+ cd ..
+ pdfinfo spec.pdf | grep Pages
+artifacts:
+ - spec.pdf