From 45a7d29b06c6bd2f6cf9af2d08eae47b218193cf Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Thu, 14 Apr 2022 21:28:18 +0200 Subject: builds: test with notmuch This is never tested. Let's check that it compiles at least. Signed-off-by: Robin Jarry --- .builds/fedora-latest.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.builds/fedora-latest.yml') diff --git a/.builds/fedora-latest.yml b/.builds/fedora-latest.yml index 0e0cade6..67a3b149 100644 --- a/.builds/fedora-latest.yml +++ b/.builds/fedora-latest.yml @@ -2,11 +2,13 @@ image: fedora/latest packages: - golang + - notmuch-devel - scdoc sources: - "https://git.sr.ht/~rjarry/aerc" environment: DESTDIR: ./out + GOFLAGS: "-tags=notmuch" tasks: - build: | cd aerc -- cgit