Difference between revisions of "Continuous integration"
Jump to navigation
Jump to search
(Created page with "= Travis CI = It's a public service, which is integrated with github. It's highly recommended to enable it for your criu repo on github and check changes before sending them t...") |
|||
Line 7: | Line 7: | ||
[[ci.openvz.org]] | [[ci.openvz.org]] | ||
[[https://travis-ci.org/xemul/criu]] | [[https://travis-ci.org/xemul/criu]] | ||
+ | |||
+ | [[Category: Development]] |
Revision as of 11:37, 29 February 2016
Travis CI
It's a public service, which is integrated with github. It's highly recommended to enable it for your criu repo on github and check changes before sending them to the mail list. Travis allows to check compilation on x86_64, arm, aarch64 and execute a part of tests.
Mr Jenkins
We use Jenkins to execute tests. It works only for the criu upstream repo and isn't available to users.