2014-05-23 10:51:48 -07:00
|
|
|
language: c
|
2017-08-17 17:51:41 +00:00
|
|
|
|
2019-11-03 22:09:45 -04:00
|
|
|
dist: bionic
|
2017-08-17 17:51:41 +00:00
|
|
|
|
2017-08-17 17:51:43 +00:00
|
|
|
addons:
|
|
|
|
apt:
|
2019-04-13 22:28:45 -03:00
|
|
|
sources:
|
|
|
|
- sourceline: 'ppa:xapian-backports/ppa'
|
2017-08-17 17:51:43 +00:00
|
|
|
packages:
|
|
|
|
- dtach
|
|
|
|
- libxapian-dev
|
2019-05-03 06:59:23 -03:00
|
|
|
- libgmime-3.0-dev
|
2017-08-17 17:51:43 +00:00
|
|
|
- libtalloc-dev
|
2018-01-10 11:14:52 -05:00
|
|
|
- python3-sphinx
|
2019-11-03 14:19:26 -04:00
|
|
|
- python3-cffi
|
|
|
|
- python3-pytest
|
|
|
|
- python3-setuptools
|
|
|
|
- libpython3-all-dev
|
2017-08-17 17:51:43 +00:00
|
|
|
- gpgsm
|
2014-05-23 10:51:48 -07:00
|
|
|
|
|
|
|
script:
|
|
|
|
- ./configure
|
|
|
|
- make test
|
2014-08-04 21:57:48 -04:00
|
|
|
|
2014-05-23 10:51:48 -07:00
|
|
|
notifications:
|
2014-08-04 21:57:48 -04:00
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "chat.freenode.net#notmuch"
|
|
|
|
on_success: change
|