]> git.proxmox.com Git - mirror_qemu.git/commit - .travis.yml
.travis.yml: migrate to container builds
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 14 Jan 2016 19:21:16 +0000 (19:21 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 5 Feb 2016 16:45:56 +0000 (16:45 +0000)
commit692d162cb2dffdb2459a8b2331ef2642abc49510
tree14632c3dd09a8c6e30db3e88b8aa85fc23c51dda
parentee8e8f92a730afc17ab8be6e86df6b9a23b8ebc6
.travis.yml: migrate to container builds

This moves the Travis tests from the legacy VM infrastructure (which
only seems to run 5-6 jobs at once) to the new container based approach.

The principle difference is there is no sudo in the containers so all
packages are installed using the apt add-on. This means one of the build
combinations can be dropped as it was only for checking the build with
additional packages.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
.travis.yml