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