diff options
author | Robin Jarry <robin@jarry.cc> | 2022-04-14 21:50:30 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-04-14 21:51:09 +0200 |
commit | ba892d776947e9494b10eb820cf6d35d3bb263c6 (patch) | |
tree | 1c38e1cb84f93469ebc55aafdf7108a2e54f0d27 /.builds | |
parent | 45a7d29b06c6bd2f6cf9af2d08eae47b218193cf (diff) | |
download | aerc-ba892d776947e9494b10eb820cf6d35d3bb263c6.tar.gz |
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>
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/alpine-edge.yml | 1 | ||||
-rw-r--r-- | .builds/debian-stable.yml | 1 | ||||
-rw-r--r-- | .builds/fedora-latest.yml | 1 | ||||
-rw-r--r-- | .builds/openbsd.yml | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml index 08d888a3..c6424a6a 100644 --- a/.builds/alpine-edge.yml +++ b/.builds/alpine-edge.yml @@ -2,6 +2,7 @@ image: alpine/edge packages: - go + - gnupg - notmuch-dev - scdoc sources: diff --git a/.builds/debian-stable.yml b/.builds/debian-stable.yml index 1cc4d0a0..6523519b 100644 --- a/.builds/debian-stable.yml +++ b/.builds/debian-stable.yml @@ -2,6 +2,7 @@ image: debian/stable packages: - golang + - gnupg2 - libnotmuch-dev - scdoc sources: diff --git a/.builds/fedora-latest.yml b/.builds/fedora-latest.yml index 67a3b149..cb3fdbce 100644 --- a/.builds/fedora-latest.yml +++ b/.builds/fedora-latest.yml @@ -2,6 +2,7 @@ image: fedora/latest packages: - golang + - gnupg2 - notmuch-devel - scdoc sources: diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml index 88c1a1c2..59cc654c 100644 --- a/.builds/openbsd.yml +++ b/.builds/openbsd.yml @@ -2,6 +2,7 @@ image: openbsd/latest packages: - go + - gnupg - scdoc sources: - "https://git.sr.ht/~rjarry/aerc" |