diff options
Diffstat (limited to '.builds/alpine-edge.yml')
-rw-r--r-- | .builds/alpine-edge.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml index e256f61e..08d888a3 100644 --- a/.builds/alpine-edge.yml +++ b/.builds/alpine-edge.yml @@ -2,11 +2,13 @@ image: alpine/edge packages: - go + - notmuch-dev - scdoc sources: - "https://git.sr.ht/~rjarry/aerc" environment: DESTDIR: ./out + GOFLAGS: "-tags=notmuch" tasks: - checkfmt: | cd aerc |