Re: svn commit: r1869697 - in /httpd/httpd/trunk: .travis.yml buildconf test/travis_run_linux.sh

2019-11-18 Thread Joe Orton
On Fri, Nov 15, 2019 at 08:10:28PM +0100, Ruediger Pluem wrote: > > --- httpd/httpd/trunk/test/travis_run_linux.sh (original) > > +++ httpd/httpd/trunk/test/travis_run_linux.sh Tue Nov 12 12:45:57 2019 > > @@ -1,7 +1,7 @@ > > #!/bin/bash -ex > > ### Installed apr/apr-util don't include the *.m4

Re: Help needed to test Windows builds in Travis

2019-11-18 Thread William A Rowe Jr
The https://github.com/appsuite/oss-httpd-build/tree/master/mak tree contains all the tooling we've used to generate convenience binaries. Makefile.build-win should be what you are looking for; we no longer test .dsp/.mak based builds, only CMake logic. But testing both while they remain