summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Bennée2016-10-11 18:16:21 +0200
committerFam Zheng2016-10-17 04:05:48 +0200
commit8b9b3177a2e588db16274b2bf6d390a95e837f80 (patch)
tree197d15bac602b60b5c196d6ffd29de211dae2e7d
parentMerge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161013-1' into st... (diff)
downloadqemu-8b9b3177a2e588db16274b2bf6d390a95e837f80.tar.gz
qemu-8b9b3177a2e588db16274b2bf6d390a95e837f80.tar.xz
qemu-8b9b3177a2e588db16274b2bf6d390a95e837f80.zip
tests/docker: add travis dockerfile
This target grabs the latest Travis containers from their repository at quay.io and then installs QEMU's build dependencies. With this it is possible to run on broadly the same setup as they have on travis-ci.org. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20161011161625.9070-2-alex.bennee@linaro.org> Signed-off-by: Fam Zheng <famz@redhat.com>
-rw-r--r--tests/docker/dockerfiles/travis.docker6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/docker/dockerfiles/travis.docker b/tests/docker/dockerfiles/travis.docker
new file mode 100644
index 0000000000..e4983ae2d3
--- /dev/null
+++ b/tests/docker/dockerfiles/travis.docker
@@ -0,0 +1,6 @@
+FROM quay.io/travisci/travis-ruby
+RUN apt-get update
+RUN apt-get -y build-dep qemu
+RUN apt-get -y build-dep device-tree-compiler
+RUN apt-get -y install python2.7 dh-autoreconf
+ENV FEATURES pyyaml