ba892d7769
This is required for future gpg unit tests to run. Signed-off-by: Robin Jarry <robin@jarry.cc>
21 lines
302 B
YAML
21 lines
302 B
YAML
---
|
|
image: openbsd/latest
|
|
packages:
|
|
- go
|
|
- gnupg
|
|
- 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 ./...
|