Re: [PATCH v8] Add Travis CI support

2015-12-01 Thread Stefan Beller
On Tue, Dec 1, 2015 at 4:45 PM, Jeff King wrote: > On Tue, Dec 01, 2015 at 09:43:45AM +0100, Lars Schneider wrote: > >> > Thanks. I don't have any other comments on this one. I guess the next >> > step is for me to get git/git signed up for Travis, and then merging >> > this to 'master' will have

Re: [PATCH v8] Add Travis CI support

2015-12-01 Thread Jeff King
On Tue, Dec 01, 2015 at 09:43:45AM +0100, Lars Schneider wrote: > > Thanks. I don't have any other comments on this one. I guess the next > > step is for me to get git/git signed up for Travis, and then merging > > this to 'master' will have the desired effect. > > Thanks! You're right, signing u

Re: [PATCH v8] Add Travis CI support

2015-12-01 Thread Lars Schneider
On 28 Nov 2015, at 18:12, Jeff King wrote: > On Fri, Nov 27, 2015 at 10:23:26AM +0100, larsxschnei...@gmail.com wrote: > >> From: Lars Schneider >> >> diff to v7: >> * remove NO_GETTEXT patch and install gettext on OS X to compile with >> no additional flags (thanks Torsten) >> * fix P4 vers

Re: [PATCH v8] Add Travis CI support

2015-11-30 Thread Stefan Beller
On Sat, Nov 28, 2015 at 9:12 AM, Jeff King wrote: > On Fri, Nov 27, 2015 at 10:23:26AM +0100, larsxschnei...@gmail.com wrote: > >> From: Lars Schneider >> >> diff to v7: >> * remove NO_GETTEXT patch and install gettext on OS X to compile with >> no additional flags (thanks Torsten) >> * fix P4

Re: [PATCH v8] Add Travis CI support

2015-11-28 Thread Jeff King
On Fri, Nov 27, 2015 at 10:23:26AM +0100, larsxschnei...@gmail.com wrote: > From: Lars Schneider > > diff to v7: > * remove NO_GETTEXT patch and install gettext on OS X to compile with > no additional flags (thanks Torsten) > * fix P4 version (15.2 is the latest one available) Thanks. I don't

[PATCH v8] Add Travis CI support

2015-11-27 Thread larsxschneider
From: Lars Schneider diff to v7: * remove NO_GETTEXT patch and install gettext on OS X to compile with no additional flags (thanks Torsten) * fix P4 version (15.2 is the latest one available) Thanks, Lars Lars Schneider (1): Add Travis CI support .travis.yml | 91 +

[PATCH v8] Add Travis CI support

2015-11-27 Thread larsxschneider
From: Lars Schneider The tests are currently executed on "Ubuntu 12.04 LTS Server Edition 64 bit" and on "OS X Mavericks" using gcc and clang. Perforce and Git-LFS are installed and therefore available for the respective tests. Signed-off-by: Lars Schneider --- .travis.yml | 91 ++