summaryrefslogtreecommitdiff
path: root/.builds
diff options
context:
space:
mode:
Diffstat (limited to '.builds')
-rw-r--r--.builds/alpine-edge.yml2
-rw-r--r--.builds/debian-stable.yml2
-rw-r--r--.builds/fedora-latest.yml2
3 files changed, 6 insertions, 0 deletions
diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml
index e256f61..08d888a 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
diff --git a/.builds/debian-stable.yml b/.builds/debian-stable.yml
index 88961f1..1cc4d0a 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
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