curl-library
Re: [Patch] - travis-ci
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 21 Oct 2013 23:16:41 +0200 (CEST)
Date: Mon, 21 Oct 2013 23:16:41 +0200 (CEST)
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 Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2013-10-21