From a165d459c99b8d9188f4063088ecd300793b0ba3 Mon Sep 17 00:00:00 2001 From: gururajrkatti <74309971+gururajrkatti@users.noreply.github.com> Date: Wed, 23 Dec 2020 20:27:17 +0530 Subject: [PATCH] [build] Add ppc64le platform to CI (#1717) --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 04c9319ec..151187e64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,16 @@ matrix: - make - cd .. env: BUILD_TYPE=Release + + # Power jobs + - os: linux + arch: ppc64le + env: + - BUILD_TYPE=Debug + - arch: ppc64le + env: + - BUILD_TYPE=Release + - BUILD_OPTS='-DENABLE_MONOTONIC_CLOCK=ON' script: - if [ "$TRAVIS_COMPILER" == "x86_64-w64-mingw32-g++" ]; then export CC="x86_64-w64-mingw32-gcc";