aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: df36fc2475be0ecfc380c7ec21843122ccbefd54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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