aboutsummaryrefslogtreecommitdiff
path: root/.github
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 /.github
parent7f4069f0c5dfb803bf432066f220d3ac85d09968 (diff)
downloadaerc-45a7d29b06c6bd2f6cf9af2d08eae47b218193cf.tar.gz
aerc-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 '.github')
-rw-r--r--.github/workflows/macos.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 19acb282..55a99083 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -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