Line 1: |
Line 1: |
| == Travis CI == | | == 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. | + | It's a public service, which is integrated with github and it's available for everyone. |
− | Travis allows to check compilation on x86_64, arm, aarch64 and execute a part of tests.
| + | |
| + | We use "The Trusty beta Build Environment", where we have a full root access and an ability to execute docker containers. We use Travis to check compilation on x86_64, arm, aarch64 and execute a part of tests. |
| + | |
| + | It's highly recommended to enable it for your criu repo on github and check changes before sending them to the mail list. |
| | | |
| == Mr Jenkins == | | == Mr Jenkins == |