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:
parent
45a7d29b06
commit
ba892d7769
5 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
image: alpine/edge
|
image: alpine/edge
|
||||||
packages:
|
packages:
|
||||||
- go
|
- go
|
||||||
|
- gnupg
|
||||||
- notmuch-dev
|
- notmuch-dev
|
||||||
- scdoc
|
- scdoc
|
||||||
sources:
|
sources:
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
image: debian/stable
|
image: debian/stable
|
||||||
packages:
|
packages:
|
||||||
- golang
|
- golang
|
||||||
|
- gnupg2
|
||||||
- libnotmuch-dev
|
- libnotmuch-dev
|
||||||
- scdoc
|
- scdoc
|
||||||
sources:
|
sources:
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
image: fedora/latest
|
image: fedora/latest
|
||||||
packages:
|
packages:
|
||||||
- golang
|
- golang
|
||||||
|
- gnupg2
|
||||||
- notmuch-devel
|
- notmuch-devel
|
||||||
- scdoc
|
- scdoc
|
||||||
sources:
|
sources:
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
image: openbsd/latest
|
image: openbsd/latest
|
||||||
packages:
|
packages:
|
||||||
- go
|
- go
|
||||||
|
- gnupg
|
||||||
- scdoc
|
- scdoc
|
||||||
sources:
|
sources:
|
||||||
- "https://git.sr.ht/~rjarry/aerc"
|
- "https://git.sr.ht/~rjarry/aerc"
|
||||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v2
|
||||||
- run: brew install notmuch scdoc
|
- run: brew install gnupg notmuch scdoc
|
||||||
- run: make
|
- run: make
|
||||||
- run: make install
|
- run: make install
|
||||||
- run: make checkinstall
|
- run: make checkinstall
|
||||||
|
|
Loading…
Reference in a new issue