Excerpts from L Cruzero's message of 2014-08-05 07:27:15 -0700: > is anyone on the list using any CI tools or have any ideas possible options > for implementing continuous integration with VLC.
I don't know what you're looking for, but one of the tests in our CI suite does a Varnish syntax check by calling `varnishd -C -f <filename> -n /tmp 2>&1 1>/dev/null` and checking the exit code. Doing much more is difficult because Varnish, like other services, is fairly global, as opposed to application code, which can be much more easily tested in parallel on a single machine. - P
signature.asc
Description: PGP signature
_______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
