summaryrefslogtreecommitdiff
path: root/qga
diff options
context:
space:
mode:
authorAlex Bennée <alex@bennee.com>2013-11-06 10:43:37 +0000
committerMichael Tokarev <mjt@tls.msk.ru>2013-11-13 15:48:38 +0400
commitfe863ab9855478e693d63f306141eb242217b424 (patch)
treea1050320c1b39423d1d9b8b3c6d07c2fbc840060 /qga
parent25a666d2ec0ab6e84489d50495b4c3e250531426 (diff)
downloadqemu-fe863ab9855478e693d63f306141eb242217b424.tar.gz
.travis.yml: basic compile and check recipes
This adds a build matrix definition for travis-ci.org continuous integration service. It is usable on any public repository hosted on GitHub. Once you have created an account signed into Travis you can enable it on selected projects via travis-ci.org/profile. Alternatively you can configure the service hooks on GitHub via the repository Settings tab,then Service Hooks and selecting Travis. Once setup Travis will automatically test every push as well as any pull requests submitted to that repository. The build matrix is currently split by target architecture (see TARGETS environment variable) because a full build of QEMU can take some time. This way you get quick feedback for any obvious errors. The additional environment variables exist to allow additional builds to tweak the environment. These are: EXTRA_CONFIG - extra terms passed to configure EXTRA_PKGS - extra dev packages to install TEST_CMD - default "make check", can be overridden I've confined the additional stuff to x86/x86_64 for convenience. As Travis supports clang the main builds are done twice (once for gcc and once for clang). However clang is disabled for the debug/trace builds for the purposes of brevity. Other wrinkles: * The lttng user-space tracing back-end is disabled (it is currently horribly broken) * The ftrace back-end doesn't run "make check" (it requires a mounted debugfs to work) * There are two debug enabled build (with and without TCG interpreter) Signed-off-by: Alex Bennée <alex@bennee.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qga')
0 files changed, 0 insertions, 0 deletions