Re: [PATCH v4 4/4] Add Travis CI support

2015-11-06 Thread Lars Schneider
> On 06 Nov 2015, at 14:57, Sebastian Schuberth wrote: > > On Fri, Nov 6, 2015 at 2:55 PM, Lars Schneider > wrote: > >>> I think running different configuration per branch makes sense, yes. >> >> If the list decides to accept this patch. Do you think that would be a >> necessary requirement

Re: [PATCH v4 4/4] Add Travis CI support

2015-11-06 Thread Sebastian Schuberth
On Fri, Nov 6, 2015 at 2:55 PM, Lars Schneider wrote: >> I think running different configuration per branch makes sense, yes. > > If the list decides to accept this patch. Do you think that would be a > necessary requirement for the first iteration? No. I think this could be addressed later as

Re: [PATCH v4 4/4] Add Travis CI support

2015-11-06 Thread Lars Schneider
> On 06 Nov 2015, at 14:36, Sebastian Schuberth wrote: > > On Fri, Nov 6, 2015 at 2:28 PM, Lars Schneider > wrote: > >> Well, I partly agree. Right now the running time is ~20 min (that means less >> than your 30min target!). After ~10min you even have all Linux results, Mac >> takes a bit

Re: [PATCH v4 4/4] Add Travis CI support

2015-11-06 Thread Sebastian Schuberth
On Fri, Nov 6, 2015 at 2:28 PM, Lars Schneider wrote: > Well, I partly agree. Right now the running time is ~20 min (that means less > than your 30min target!). After ~10min you even have all Linux results, Mac > takes a bit longer. Travis shows you 2h because that is the time that would > be

Re: [PATCH v4 4/4] Add Travis CI support

2015-11-06 Thread Lars Schneider
> On 06 Nov 2015, at 14:20, Sebastian Schuberth wrote: > > On Fri, Nov 6, 2015 at 2:11 PM, Lars Schneider > wrote: > >> Per platform/compiler (Linux&Mac/clang&gcc) we run two configurations. One >> normal configuration (see the lonely "-" right under "matrix:") and one >> configuration with a

Re: [PATCH v4 4/4] Add Travis CI support

2015-11-06 Thread Sebastian Schuberth
On Fri, Nov 6, 2015 at 2:11 PM, Lars Schneider wrote: > Per platform/compiler (Linux&Mac/clang&gcc) we run two configurations. One > normal configuration (see the lonely "-" right under "matrix:") and one > configuration with all sorts of things are disabled ("NO..."). > > You can see all 8 confi

Re: [PATCH v4 4/4] Add Travis CI support

2015-11-06 Thread Lars Schneider
> On 06 Nov 2015, at 10:56, Eric Sunshine wrote: > > On Fri, Nov 6, 2015 at 3:58 AM, wrote: >> 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

Re: [PATCH v4 4/4] Add Travis CI support

2015-11-06 Thread Eric Sunshine
On Fri, Nov 6, 2015 at 3:58 AM, wrote: > 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 > ---

[PATCH v4 4/4] Add Travis CI support

2015-11-06 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 | 131 +