Skip to content

Commit

Permalink
Re-enable ppc64le build checking (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
piste-jp-ibm committed Jan 20, 2020
1 parent 2cce2a7 commit 045223b
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .travis.yml
Expand Up @@ -7,33 +7,35 @@ matrix:
# arch: amd64
# env:
# BUILD="Ubuntu Xenial"
# - os: linux
# dist: xenial
# arch: ppc64le
# env:
# BUILD="Ubuntu Xenial"
- os: linux
dist: xenial
arch: ppc64le
env:
BUILD="Ubuntu Xenial"
# - os: linux
# dist: bionic
# arch: amd64
# env:
# BUILD="Ubuntu Bionic"
# - os: linux
# dist: bionic
# arch: ppc64le
# env:
# BUILD="Ubuntu Bionic"
- os: linux
dist: bionic
arch: ppc64le
env:
BUILD="Ubuntu Bionic"
- os: osx
osx_image: xcode11.3
env:
ICU_PATH="/usr/local/opt/icu4c/bin"
LIBXML2_PATH="/usr/local/opt/libxml2/bin"
PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libxml2/lib/pkgconfig"
PATH="$PATH:$ICU_PATH:$LIBXML2_PATH"

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ossp-uuid gnu-sed ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask install osxfuse ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="$PATH:$ICU_PATH:$LIBXML2_PATH" ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ossp-uuid gnu-sed ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask install osxfuse ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew list ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask list ; fi
- if [[ "$TRAVIS_DIST" == "xenial" ]]; then sudo apt-get update ; fi
- if [[ "$TRAVIS_DIST" == "xenial" ]]; then sudo apt-get install -y libfuse2 libfuse-dev ; fi
- if [[ "$TRAVIS_DIST" == "xenial" ]]; then sudo apt-get install -y libxml2 libxml2-dev ; fi
Expand Down

0 comments on commit 045223b

Please sign in to comment.