From 40f139074bf037968744492e1cd57460d640a8db Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 23 Oct 2019 08:36:52 -0400 Subject: Port ppc_simd.h to Clang 3.8 (PR #900) --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7748e204..02aacab4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -566,6 +566,14 @@ jobs: - BUILD_MODE=ios - BUILD_JOBS=2 - BUILD_ARCH=iPhoneSimulator + - os: linux + name: Linux with GCC (all) + arch: ppc64le + compiler: gcc + - os: linux + name: Linux with Clang (all) + arch: ppc64le + compiler: clang before_install: - | @@ -578,7 +586,7 @@ before_install: if [[ "$BUILD_OS" == "linux" ]] && [[ "$BUILD_MODE" == "autotools" ]]; then # https://github.com/travis-ci/travis-ci/issues/9037 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A145 - sudo apt-get install -y autoconf automake libtool + sudo apt-get -y install autoconf automake libtool fi script: -- cgit v1.2.1