From: Daniel Black Date: Wed, 2 May 2018 23:09:52 +0000 (+1000) Subject: travis: add linux-ppc64le X-Git-Tag: 1.9.9-b1~628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7733584df64bb15ec888b3b60f673d71115cbd82;p=thirdparty%2Fzlib-ng.git travis: add linux-ppc64le --- diff --git a/.travis.yml b/.travis.yml index 975fc4b2..84531641 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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