Re: [PATCH v2] travis-ci: build and test Git on Windows

2017-03-29 Thread Johannes Schindelin
Hi, On Fri, 24 Mar 2017, Sebastian Schuberth wrote: > On Fri, Mar 24, 2017 at 1:35 PM, Lars Schneider > wrote: > > >> 1. use appveyor.com, as that is a Travis-like service for Windows. We do > >> our > >> windows-builds in the curl project using that. > > > > The Git for Windows build and te

Re: [PATCH v2] travis-ci: build and test Git on Windows

2017-03-24 Thread Junio C Hamano
Lars Schneider writes: > I think I addressed all issues from the v1 review (see interdiff below) > with one exception. The script still uses bash instead of sh. Something > about this does not work in sh: > --output >(sed "$(printf '1s/^\xef\xbb\xbf//')" >cat >&3) > > Does anyone know how to

Re: [PATCH v2] travis-ci: build and test Git on Windows

2017-03-24 Thread Jeff King
On Fri, Mar 24, 2017 at 12:37:47PM +0100, Lars Schneider wrote: > I think I addressed all issues from the v1 review (see interdiff below) > with one exception. The script still uses bash instead of sh. Something > about this does not work in sh: > --output >(sed "$(printf '1s/^\xef\xbb\xbf//')

Re: [PATCH v2] travis-ci: build and test Git on Windows

2017-03-24 Thread Daniel Stenberg
On Fri, 24 Mar 2017, Lars Schneider wrote: 2. run your own buildbot and submit data using the regular github hook and have buildbot submit the results back (it has a plugin that can do that). We do solaris-builds in the curl project using that method (thanks to opencsw.org) and some additi

Re: [PATCH v2] travis-ci: build and test Git on Windows

2017-03-24 Thread Sebastian Schuberth
On Fri, Mar 24, 2017 at 1:35 PM, Lars Schneider wrote: >> 1. use appveyor.com, as that is a Travis-like service for Windows. We do our >> windows-builds in the curl project using that. > > The Git for Windows build and tests are *really* resources intensive and they > take a lot of setup time.

Re: [PATCH v2] travis-ci: build and test Git on Windows

2017-03-24 Thread Lars Schneider
> On 24 Mar 2017, at 12:48, Daniel Stenberg wrote: > > On Fri, 24 Mar 2017, Lars Schneider wrote: > >> Most Git developers work on Linux and they have no way to know if their >> changes would break the Git for Windows build. Let's fix that by adding a >> job to TravisCI that builds and tests

Re: [PATCH v2] travis-ci: build and test Git on Windows

2017-03-24 Thread Daniel Stenberg
On Fri, 24 Mar 2017, Lars Schneider wrote: Most Git developers work on Linux and they have no way to know if their changes would break the Git for Windows build. Let's fix that by adding a job to TravisCI that builds and tests Git on Windows. Unfortunately, TravisCI does not support Windows.