summaryrefslogtreecommitdiff
path: root/.build.yml
blob: 49fb9179fcfe578fb36fb348b68a9ac202d8c469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
image: alpine/edge
packages:
- go
- scdoc
sources:
- https://git.sr.ht/~rjarry/aerc
tasks:
- build: |
    cd aerc
    make
- test: |
    cd aerc
    go test ./...