]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
travis: add linux-ppc64le
authorDaniel Black <daniel@linux.ibm.com>
Wed, 2 May 2018 23:09:52 +0000 (09:09 +1000)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 30 May 2018 12:42:08 +0000 (14:42 +0200)
.travis.yml

index 975fc4b22c9c30cd153a4cb4f59564a7e68e3c43..84531641d51ac5c3ed4b10d752ad33dee017e7d4 100644 (file)
@@ -47,6 +47,21 @@ matrix:
       compiler: clang
       env: BUILDDIR=../build TOOL="cmake ../zlib-ng"
 
+    # compiling for linux-ppc64le variants
+    - os: linux-ppc64le
+      compiler: gcc
+      env: BUILDDIR=. TOOL="cmake ."
+    - os: linux-ppc64le
+      compiler: gcc
+      env: BUILDDIR=../build TOOL="cmake ../zlib-ng"
+
+    - os: linux-ppc64le
+      compiler: clang
+      env: BUILDDIR=. TOOL="./configure --warn --zlib-compat"
+    - os: linux-ppc64le
+      compiler: clang
+      env: BUILDDIR=../build TOOL="cmake ../zlib-ng"
+
     # Cross compiling for arm variants
     - os: linux
       compiler: aarch64-linux-gnu-gcc