mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
35addc95ae
In principle we'd like everything to work with ancient versions. In practice someone needs drive that effort.
24 lines
332 B
YAML
24 lines
332 B
YAML
language: c
|
|
|
|
dist: xenial
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- dtach
|
|
- libxapian-dev
|
|
- libgmime-2.6-dev
|
|
- libtalloc-dev
|
|
- python3-sphinx
|
|
- gpgsm
|
|
|
|
script:
|
|
- ./configure
|
|
- make download-test-databases
|
|
- make test
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#notmuch"
|
|
on_success: change
|