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




                  
                                






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