logo_kerberos.gif

Difference between revisions of "Continuous integration"

From K5Wiki
Jump to: navigation, search
(New page: Category:Infrastructure Our continuous integration infrastructure includes Buildbot and Travis CI. ==Buildbot== http://krbdev.mit.edu/buildbot/ Automatically builds and tests maste...)
(No difference)

Revision as of 17:37, 12 January 2016


Our continuous integration infrastructure includes Buildbot and Travis CI.

Buildbot

http://krbdev.mit.edu/buildbot/

Automatically builds and tests master and active release branches on every push (with a 5-minute stability timer). Doesn't currently build pull requests. Periodically does a Coverity Scan build.

Travis CI

https://travis-ci.org/krb5/krb5

Builds and tests all active branches and pull requests. Use [ci skip] in a commit message to request that Travis skip that commit.