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