summaryrefslogtreecommitdiff
path: root/.builds/fedora-latest.yml
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-04-14 21:28:18 +0200
committerRobin Jarry <robin@jarry.cc>2022-04-14 21:28:56 +0200
commit45a7d29b06c6bd2f6cf9af2d08eae47b218193cf (patch)
tree915f68ce3badefb6e38edda867f61543da2c1c1f /.builds/fedora-latest.yml
parent7f4069f0c5dfb803bf432066f220d3ac85d09968 (diff)
downloadaerc-45a7d29b06c6bd2f6cf9af2d08eae47b218193cf.zip
builds: test with notmuch
This is never tested. Let's check that it compiles at least. Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to '.builds/fedora-latest.yml')
-rw-r--r--.builds/fedora-latest.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.builds/fedora-latest.yml b/.builds/fedora-latest.yml
index 0e0cade..67a3b14 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