]> git.proxmox.com Git - mirror_qemu.git/commitdiff
.travis.yml: add trusty GCE target
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 23 Mar 2016 12:49:43 +0000 (12:49 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 8 Jun 2016 16:47:14 +0000 (17:47 +0100)
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>
.travis.yml

index beb98d3645a55419641de0aa587ad6ae01c5d84d..cde7d1a8c8b1e0a3c5ff3fc364be6060d7f387ed 100644 (file)
@@ -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