aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
blob: ec6df1a51dfd398500f08bd9b6ef1a3bf2695565 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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