aerc/.builds/openbsd.yml

15 lines
196 B
YAML
Raw Normal View History

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