aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/openbsd.yml
diff options
context:
space:
mode:
authorMark Dain <mark@markdain.net>2022-01-22 16:57:59 +0000
committerRobin Jarry <robin@jarry.cc>2022-01-24 09:38:56 +0100
commite58194c7b515b56abafd953ab1ddf8518949f505 (patch)
tree50ff435b39c5e511331db5e0764043aead80fe7c /.builds/openbsd.yml
parent1864680bfcf7f24e785c5fd2473c780a2801d861 (diff)
downloadaerc-e58194c7b515b56abafd953ab1ddf8518949f505.tar.gz
build: check make install
Ensure that install works on all platforms.
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 9fae1f20..0213bafe 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 ./...