[bind10-dev] BIND 10 builds
Jeremy C. Reed
jreed at isc.org
Wed Feb 10 19:49:18 UTC 2010
I have two different BIND 10 build setups. (Really three when including
the existing buildbot which I plan to stop using).
I have standard build steps used for a few platforms:
http://bind10.isc.org/~tester/builder/builder.html
I plan to automate the above via twice daily cronjobs. And I need to
have it run the python tests too.
Should I be doing the code coverage reports on different platforms. For
now I am not since I don't want to add more dependencies for the
different systems.
And I have a separate build that is ran on a subversion commit to
"trunk". This one also does the LCOV coverage report, the Python Tests
and the Python Tests coverage report, and cppcheck and missing
copyrights. This is on Debian Linux i686 only.
http://bind10.isc.org/~tester/LATEST_BUILD/
http://bind10.isc.org/~tester/LATEST_PYTHON_UNITTEST_COVERAGE/
http://bind10.isc.org/~tester/LATEST_UNITTEST_COVERAGE/
http://bind10.isc.org/~tester/LATEST_CPPCHECK
http://bind10.isc.org/~tester/MISSING_COPYRIGHTS
(need to prune out un-needed from that missing copyrights report)
Note that this is all for trunk right now. If anyone needs other things
built please let me know.
I will also be adding some code profiling reports, more code checkers,
memory leak checks, static analysis, and complexity analysis reports.
And I will be generating source tarballs too.
More information about the bind10-dev
mailing list