about summary refs log blame commit diff stats
path: root/.build.yml
blob: d04eab96f2b54a79212d425ff57b58c6e30305b2 (plain) (tree)
1
2
3
4
5
6





                                  






                 
image: alpine/edge
packages:
- go
- scdoc
sources:
- https://git.sr.ht/~sircmpwn/aerc
tasks:
- build: |
    cd aerc
    make
- test: |
    cd aerc
    go test ./...