From 7733584df64bb15ec888b3b60f673d71115cbd82 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Thu, 3 May 2018 09:09:52 +1000 Subject: [PATCH] travis: add linux-ppc64le --- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- 2.47.2