]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
travis: build util-linux on arm64, ppc64le and s390x
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 2 Jul 2020 08:08:41 +0000 (08:08 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 2 Jul 2020 08:08:41 +0000 (08:08 +0000)
.travis.yml

index ec1284717ecd36c4395e6a82fc8cd9e751c10876..b703b2ddede4a64e42b026d1775f549284ca4160 100644 (file)
@@ -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: