mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
a48ccb5ef8
This should solve the problem with pytest versions. Drop the notmuch PPA, as (hopefully) we don't need those packages in bionic
30 lines
480 B
YAML
30 lines
480 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 download-test-databases
|
|
- make test
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#notmuch"
|
|
on_success: change
|