summaryrefslogtreecommitdiff
path: root/.builds/openbsd.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/openbsd.yml')
-rw-r--r--.builds/openbsd.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
index 9fae1f2..0213baf 100644
--- a/.builds/openbsd.yml
+++ b/.builds/openbsd.yml
@@ -5,10 +5,16 @@ packages:
- 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 ./...