mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
2ed6357407
Ubuntu trusty has python3-sphinx 1.2.2+dfsg-1ubuntu1, so this should be OK.
26 lines
354 B
YAML
26 lines
354 B
YAML
language: c
|
|
|
|
dist: trusty
|
|
sudo: false
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- dtach
|
|
- libxapian-dev
|
|
- libgmime-2.6-dev
|
|
- libtalloc-dev
|
|
- python3-sphinx
|
|
- gdb
|
|
- gpgsm
|
|
|
|
script:
|
|
- ./configure
|
|
- make download-test-databases
|
|
- make test
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#notmuch"
|
|
on_success: change
|