diff options
Diffstat (limited to '.builds/debian-stable.yml')
-rw-r--r-- | .builds/debian-stable.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.builds/debian-stable.yml b/.builds/debian-stable.yml index 88961f14..1cc4d0a0 100644 --- a/.builds/debian-stable.yml +++ b/.builds/debian-stable.yml @@ -2,11 +2,13 @@ image: debian/stable packages: - golang + - libnotmuch-dev - scdoc sources: - "https://git.sr.ht/~rjarry/aerc" environment: DESTDIR: ./out + GOFLAGS: "-tags=notmuch" tasks: - build: | cd aerc |