mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
2f33afd159
This is currently unsatisfiable, but at least the build should fail in a comprehensible way.
26 lines
390 B
YAML
26 lines
390 B
YAML
language: c
|
|
|
|
dist: xenial
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- sourceline: 'ppa:xapian-backports/ppa'
|
|
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
|