mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
ee897cab8b
These are less crucial since we stopped generating new database versions and relied primarily on features. They also rely on a pre-generated v1 database which happens to be chert format. This backend is not supported by Xapian 1.5. Also drop the tool gen-testdb.sh, which is currently broken, due to changes in the testing infrastructure.
29 lines
447 B
YAML
29 lines
447 B
YAML
language: c
|
|
|
|
dist: bionic
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- sourceline: 'ppa:xapian-backports/ppa'
|
|
packages:
|
|
- dtach
|
|
- libxapian-dev
|
|
- libgmime-3.0-dev
|
|
- libtalloc-dev
|
|
- python3-sphinx
|
|
- python3-cffi
|
|
- python3-pytest
|
|
- python3-setuptools
|
|
- libpython3-all-dev
|
|
- gpgsm
|
|
|
|
script:
|
|
- ./configure
|
|
- make test
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#notmuch"
|
|
on_success: change
|