aerc/.build.yml

17 lines
207 B
YAML
Raw Normal View History

2019-07-08 00:51:51 +02:00
image: alpine/edge
packages:
- go
- scdoc
sources:
- https://git.sr.ht/~rjarry/aerc
2019-07-08 00:51:51 +02:00
tasks:
- checkfmt: |
cd aerc
make checkfmt
2019-07-08 00:51:51 +02:00
- build: |
cd aerc
make
- test: |
cd aerc
go test ./...