diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2016-03-23 12:49:43 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2016-06-08 17:47:14 +0100 |
commit | 4adb05d8bd2a1b78828ee541ad9eaf1460687d85 (patch) | |
tree | 1fa9cf0b4c14b0416bf58cf00a33d965f9e65da7 /.travis.yml | |
parent | 4ca94085f12ade76509ec22a6dd59079422c9e15 (diff) | |
download | qemu-4adb05d8bd2a1b78828ee541ad9eaf1460687d85.zip qemu-4adb05d8bd2a1b78828ee541ad9eaf1460687d85.tar.gz qemu-4adb05d8bd2a1b78828ee541ad9eaf1460687d85.tar.bz2 |
.travis.yml: add trusty GCE target
If we want to run our docker based tests we'll need to do them on a
normal VM with docker support. Lets just enable the build on trusty for
now to check against a newer Ubuntu.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index beb98d3..cde7d1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,3 +89,13 @@ matrix: - env: CONFIG="" os: osx compiler: clang + - env: CONFIG="" + sudo: required + addons: + dist: trusty + compiler: gcc + before_install: + - sudo apt-get update -qq + - sudo apt-get build-dep -qq qemu + - wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ + - git submodule update --init --recursive |