[PATCH] Add Travis-CI config file.

Wael Nasreddine wael.nasreddine at gmail.com
Fri May 9 07:59:02 PDT 2014


On Travis Zlib is old and notmuch configure script exits with a failure,
please see the Travis build #1

On Friday, May 9, 2014 7:52:44 AM, Felipe Contreras <
felipe.contreras at gmail.com> wrote:

> Wael M. Nasreddine wrote:
> > ---
> >  .travis.yml | 10 ++++++++++
> >  1 file changed, 10 insertions(+)
> >  create mode 100644 .travis.yml
> >
> > diff --git a/.travis.yml b/.travis.yml
> > new file mode 100644
> > index 0000000..8d92cdc
> > --- /dev/null
> > +++ b/.travis.yml
> > @@ -0,0 +1,10 @@
> > +language: c
> > +before_install:
> > +  - sudo apt-get update -qq
> > +  - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/
> zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb'
> > +  - wget 'https://launchpad.net/ubuntu/+archive/primary/+files/
> zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb'
> > +  - sudo dpkg -i zlib1g-dev_1.2.8.dfsg-1ubuntu1_amd64.deb
> zlib1g_1.2.8.dfsg-1ubuntu1_amd64.deb
>
> What's wrong with zlib?
>
> > +  - sudo apt-get install -f
> > +  - sudo apt-get install dtach libxapian-dev libgmime-2.6-dev
> libtalloc-dev python-sphinx
> > +
> > +script: make test
>
> --
> Felipe Contreras
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140509/4e359687/attachment.html>


More information about the notmuch mailing list