diff mbox

[kvm-unit-tests,v3,6/7] .travis.yml: add s390x

Message ID 20170522085702.17856-7-david@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

David Hildenbrand May 22, 2017, 8:57 a.m. UTC
Let's also add the brand new s390x version.

Signed-off-by: David Hildenbrand <david@redhat.com>
---
 .travis.yml | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox

Patch

diff --git a/.travis.yml b/.travis.yml
index edccfe0..b06c33c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@  addons:
       - gcc-arm-linux-gnueabihf
       - gcc-aarch64-linux-gnu
       - gcc-powerpc64le-linux-gnu
+      - gcc-s390x-linux-gnu
       # Run dependencies
       - qemu-system
 git:
@@ -33,6 +34,10 @@  env:
       BUILD_DIR="."
     - CONFIG="--arch=ppc64 --endian=little --cross-prefix=powerpc64le-linux-gnu-"
       BUILD_DIR="ppc64le-buildir"
+    - CONFIG="--arch=s390x --cross-prefix=s390x-linux-gnu-"
+      BUILD_DIR="."
+    - CONFIG="--arch=s390x --cross-prefix=s390x-linux-gnu-"
+      BUILD_DIR="s390x-builddir"
 
 before_script:
   - mkdir -p $BUILD_DIR && cd $BUILD_DIR