cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: [Patch] - travis-ci

From: Remy 'Sieben' Leone <remy.leone_at_gmail.com>
Date: Tue, 22 Oct 2013 09:45:02 +0200

Ah ok. I've misunderstood your point.

Anyway thanks for pushing my commit.

2013/10/21 Daniel Stenberg <daniel_at_haxx.se>

> On Mon, 21 Oct 2013, Remy 'Sieben' Leone wrote:
>
> Here is the new patch with before_script only doing ./buildconf &&
>> ./configure
>>
>
> But why? I quote from the manual I pointed to:
>
> Because C projects on travis-ci.org assume Autotools and Make by default,
> naturally, the default command Travis CI will use to run your project test
> suite is
>
> ./configure && make && make test
>
> From my reading, the minimal file is then like I just pushed. Shown below:
> ------------------------------**-----------
> language: c
>
> before_script:
> - ./buildconf
>
> compiler:
> - clang
> - gcc
>
> notifications:
> email: false
>
>
> --
>
> / daniel.haxx.se
> ------------------------------**------------------------------**-------
> List admin: http://cool.haxx.se/list/**listinfo/curl-library<http://cool.haxx.se/list/listinfo/curl-library>
> Etiquette: http://curl.haxx.se/mail/**etiquette.html<http://curl.haxx.se/mail/etiquette.html>
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-10-22