From 3720f3185291bf9b72ace9e265d70be21d01d8c7 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 14 Nov 2019 13:32:35 +0100 Subject: [PATCH] travis: add an s390x job Travis now supports IBM Z and IBM Power architectures, so let's enable them in our CI as well. As libbpf won't compile on ppc64le right now (with current CFLAGS), let skip it until the issue is resolved, see discussion in https://github.com/libbpf/libbpf/pull/98#issuecomment-553873098 See: https://blog.travis-ci.com/2019-11-12-multi-cpu-architecture-ibm-power-ibm-z --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 66087ed..40471b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -139,6 +139,14 @@ jobs: - sudo $CI_MANAGERS/xenial.sh - set +e + - name: Ubuntu Xenial (s390x) + arch: s390x + language: bash + script: + - set -e + - sudo $CI_MANAGERS/xenial.sh + - set +e + - stage: Coverity language: bash env: