aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/debian-stable.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/debian-stable.yml
parent1864680bfcf7f24e785c5fd2473c780a2801d861 (diff)
downloadaerc-e58194c7b515b56abafd953ab1ddf8518949f505.tar.gz
build: check make install
Ensure that install works on all platforms.
Diffstat (limited to '.builds/debian-stable.yml')
-rw-r--r--.builds/debian-stable.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.builds/debian-stable.yml b/.builds/debian-stable.yml
index 5a406c81..b6bc7f1f 100644
--- a/.builds/debian-stable.yml
+++ b/.builds/debian-stable.yml
@@ -4,10 +4,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 ./...