From: Evgeny Vereshchagin Date: Thu, 2 Jul 2020 08:08:41 +0000 (+0000) Subject: travis: build util-linux on arm64, ppc64le and s390x X-Git-Tag: v2.36-rc2~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7eb1925ee081e9586d8029f27e8e00115fccbe1;p=thirdparty%2Futil-linux.git travis: build util-linux on arm64, ppc64le and s390x --- diff --git a/.travis.yml b/.travis.yml index ec1284717e..b703b2dded 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,15 @@ matrix: osx_image: xcode7.3 compiler: clang env: MAKE_CHECK="root" + - arch: arm64 + compiler: gcc-10 + env: MAKE_CHECK="root" + - arch: ppc64le + compiler: gcc-10 + env: MAKE_CHECK="root" + - arch: s390x + compiler: gcc-10 + env: MAKE_CHECK="root" branches: only: