builds: test with notmuch

This is never tested. Let's check that it compiles at least.

Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Robin Jarry 2022-04-14 21:28:18 +02:00
parent 7f4069f0c5
commit 45a7d29b06
4 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -6,10 +6,11 @@ jobs:
runs-on: macos-latest
env:
DESTDIR: ./out
GOFLAGS: "-tags=notmuch"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- run: brew install scdoc
- run: brew install notmuch scdoc
- run: make
- run: make install
- run: make checkinstall