Hi folks, Does libxml2 have a continuous integration system running over it somewhere?
I've recently been exploring continuous integration systems and I used libxml2 as a guinea pig for getting various tools working in combination. Specifically, I've got a GitHub clone [1] of the repo that links in with Travis [2]; once I added a few small local fixes [3], I got the tests running on {gcc,clang} x {linux,osx} plus ASAN, UBSAN and coverage [4] runs. Looking at recent bugs, it seems like a couple of other people (Hugh Davenport [5], Hanno Boeck [6]) have also been looking at sanitizer-related things. So I wondered if the master libxml2 repo already has a continuous build pointed at it (the Gnome continuous build system [7], maybe?), and, if so, whether it might be a good idea to turn on various analysis tools to help catch future problems. Thoughts? Thanks, David [1] https://github.com/daviddrysdale/libxml2 [2] https://travis-ci.org/daviddrysdale/libxml2 [3] https://github.com/daviddrysdale/libxml2/commits/test [4] https://coveralls.io/github/daviddrysdale/libxml2 [5] https://bugzilla.gnome.org/show_bug.cgi?id=756372 [6] https://bugzilla.gnome.org/show_bug.cgi?id=752191 [7] http://build.gnome.org/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org https://mail.gnome.org/mailman/listinfo/xml