diff mbox

[4/4] .travis.yml: add trusty GCE target

Message ID 1460735821-12775-5-git-send-email-alex.bennee@linaro.org
State Superseded
Headers show

Commit Message

Alex Bennée April 15, 2016, 3:57 p.m. UTC
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>


--
v2
  - use custom before_install to apt-get build-dep qemu
  - disable addon for trusty build
  - add -qq to apt line
---
 .travis.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

-- 
2.7.4
diff mbox

Patch

diff --git a/.travis.yml b/.travis.yml
index 262b5ef..ed5a026 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