RE: [PATCH] Add Travis-CI config file.

2014-05-09 Thread Felipe Contreras
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 000..8d92cdc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: c

RE: [PATCH] Add Travis-CI config file.

2014-05-09 Thread Wael Nasreddine
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.contre...@gmail.com wrote: Wael M. Nasreddine wrote: --- .travis.yml | 10 ++ 1 file changed, 10 insertions(+)

Re: [PATCH] Add Travis-CI config file.

2014-05-09 Thread Tomi Ollila
On Fri, May 09 2014, Wael M. Nasreddine wael.nasredd...@gmail.com wrote: --- Could this work so, that there is separate repo whete .travis.yml resides and notmuch is there as a git submodule ? To my eyes this approach looks pretty intrusive: the repository root directory is polluted with

RE: [PATCH] Add Travis-CI config file.

2014-05-09 Thread Felipe Contreras
Wael Nasreddine wrote: On Travis Zlib is old and notmuch configure script exits with a failure, please see the Travis build #1 Please do not top-post. I had to manually find the build. In case anybody wants to check it out: https://travis-ci.org/notmuch/notmuch/builds -- Felipe Contreras

Re: [PATCH] Add Travis-CI config file.

2014-05-09 Thread Wael M. Nasreddine
On Fri, May 9, 2014 at 8:16 AM, Tomi Ollila tomi.oll...@iki.fi wrote: On Fri, May 09 2014, Wael M. Nasreddine wael.nasredd...@gmail.com wrote: --- Could this work so, that there is separate repo whete .travis.yml resides and notmuch is there as a git submodule ? To my eyes this approach

Re: [PATCH] Add Travis-CI config file.

2014-05-09 Thread Wael M. Nasreddine
On Fri, May 9, 2014 at 8:24 AM, Felipe Contreras felipe.contre...@gmail.com wrote: Wael Nasreddine wrote: On Travis Zlib is old and notmuch configure script exits with a failure, please see the Travis build #1 Please do not top-post. Apologies for that, I was dropping off my son at school

Re: [PATCH] Add Travis-CI config file.

2014-05-09 Thread W. Trevor King
On Fri, May 09, 2014 at 02:59:02PM +, Wael Nasreddine wrote: On Travis Zlib is old and notmuch configure script exits with a failure, please see the Travis build #1 I'm just dropping a cross-link to the recent old-zlib discussion here [1]. Cheers, Trevor [1]:

Re: [PATCH] Add Travis-CI config file.

2014-05-09 Thread Felipe Contreras
Wael M. Nasreddine wrote: On Fri, May 9, 2014 at 8:24 AM, Felipe Contreras felipe.contre...@gmail.com wrote: I had to manually find the build. In case anybody wants to check it out: https://travis-ci.org/notmuch/notmuch/builds To be specific it's build #2 you see the error right here

Re: [PATCH] Add Travis-CI config file.

2014-05-09 Thread Wael Nasreddine
On Fri, May 9, 2014 at 9:35 AM, Felipe Contreras felipe.contre...@gmail.com wrote: Wael M. Nasreddine wrote: On Fri, May 9, 2014 at 8:24 AM, Felipe Contreras felipe.contre...@gmail.com wrote: I had to manually find the build. In case anybody wants to check it out:

Re: [PATCH] Add Travis-CI config file.

2014-05-09 Thread Daniel Kahn Gillmor
On 05/09/2014 11:19 AM, 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 000..8d92cdc --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@