aerc/.builds/openbsd.yml

21 lines
304 B
YAML

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