Skip to content

ci: fix build and test on macos #451

ci: fix build and test on macos

ci: fix build and test on macos #451

Workflow file for this run

---
on: push
jobs:
macos:
runs-on: macos-latest
env:
DESTDIR: ./out
GOFLAGS: "-tags=notmuch"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- run: brew install gnupg notmuch scdoc gmake
- run: gmake
- run: gmake install
- run: gmake checkinstall
- run: gmake tests