Skip to content

Commit

Permalink
[build] Add ppc64le platform to CI (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
gururajrkatti committed Dec 23, 2020
1 parent de57eca commit a165d45
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit a165d45

Please sign in to comment.