builds: add gnupg in preparation of gpg integration

This is required for future gpg unit tests to run.

Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Robin Jarry 2022-04-14 21:50:30 +02:00
parent 45a7d29b06
commit ba892d7769
5 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,7 @@
image: alpine/edge
packages:
- go
- gnupg
- notmuch-dev
- scdoc
sources:

View File

@ -2,6 +2,7 @@
image: debian/stable
packages:
- golang
- gnupg2
- libnotmuch-dev
- scdoc
sources:

View File

@ -2,6 +2,7 @@
image: fedora/latest
packages:
- golang
- gnupg2
- notmuch-devel
- scdoc
sources:

View File

@ -2,6 +2,7 @@
image: openbsd/latest
packages:
- go
- gnupg
- scdoc
sources:
- "https://git.sr.ht/~rjarry/aerc"

View File

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- run: brew install notmuch scdoc
- run: brew install gnupg notmuch scdoc
- run: make
- run: make install
- run: make checkinstall