mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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>
This commit is contained in:
parent
6aa5a36794
commit
8b9b3177a2
1 changed files with 6 additions and 0 deletions
6
tests/docker/dockerfiles/travis.docker
Normal file
6
tests/docker/dockerfiles/travis.docker
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue