mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
b58594cd5b
https://launchpad.net/~notmuch/+archive/ubuntu/notmuch/+packages contains backports of gmime and gpgme and related cryptographic tools to ubuntu xenial. I tried to do a simple backport of gmime alone, and it failed due to the older gpgme in xenial, so this setup resolves those problems. This should allow us to continue to use the Travis continuous integration build. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
27 lines
430 B
YAML
27 lines
430 B
YAML
language: c
|
|
|
|
dist: xenial
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- sourceline: 'ppa:xapian-backports/ppa'
|
|
- sourceline: 'ppa:notmuch/notmuch'
|
|
packages:
|
|
- dtach
|
|
- libxapian-dev
|
|
- libgmime-3.0-dev
|
|
- libtalloc-dev
|
|
- python3-sphinx
|
|
- gpgsm
|
|
|
|
script:
|
|
- ./configure
|
|
- make download-test-databases
|
|
- make test
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#notmuch"
|
|
on_success: change
|