-------- In message <CABoVN9BUXbWO3mN34HXDzN_PdL9v757N=pqn309ab++knhj...@mail.gmail.com>, Dridi Boukelmoune writes: >On Fri, Jan 6, 2017 at 12:05 PM, Poul-Henning Kamp <[email protected]> wrote:
>> If you feel like running a Linux (or other) client, let me know and >> we can get it set up, I think my current plan is to run this only >> once per night. > >If we come up with something, Travis CI could do that for us for each >push (so some work needs to be done to match the nightly scheduling). Doing it on each push would be silly. In particular because it takes one and a half error to run "make check" with gcov: Gcov isn't parallel-safe, so all the tests has to run serially, and the implementation sucks, so it takes forever to update the .g??? files. I'll look at it, I hadn't considered multiplatform when I did this. The simplest is probably to (ab)use vtest to do this. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [email protected] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ varnish-dev mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-dev
