diff options
Diffstat (limited to '.builds/alpine-edge.yml')
-rw-r--r-- | .builds/alpine-edge.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml index fa9a49f6..e2467e51 100644 --- a/.builds/alpine-edge.yml +++ b/.builds/alpine-edge.yml @@ -4,6 +4,8 @@ packages: - scdoc sources: - https://git.sr.ht/~rjarry/aerc +environment: + DESTDIR: ./out tasks: - checkfmt: | cd aerc @@ -11,6 +13,10 @@ tasks: - build: | cd aerc make +- install: | + cd aerc + make install + make checkinstall - test: | cd aerc go test ./... |