]> rtime.felk.cvut.cz Git - jailhouse.git/blob - ci/README.md
jailhouse: inmates: bench: Add -R option -- repeats count.
[jailhouse.git] / ci / README.md
1 Jailhouse Continuous Integration Build Environment
2 ==================================================
3
4 This collects tools and generates the Linux kernel binaries required to build
5 Jailhouse in continuous integration environments. Currently, travis-ci.org is
6 the target environment.
7
8 How to use
9 ----------
10
11 - Prepare an Ubuntu system according to the
12   [travis-ci specifications](http://docs.travis-ci.com/user/ci-environment)
13   or via the [Chef recipes](https://github.com/travis-ci/travis-cookbooks).
14 - Run gen-kernel-build.sh on that system.
15 - Upload ci/out/kernel-build.tar.xz to the location where Jailhouse's
16   .travis.yml expects it.