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