summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-23 08:36:52 -0400
committerGitHub <noreply@github.com>2019-10-23 08:36:52 -0400
commit40f139074bf037968744492e1cd57460d640a8db (patch)
tree2e132808f568a738b74a00223410b35f9d08199a /.travis.yml
parent8f6e1563940b43ee3be6f102aedcbff4656c6759 (diff)
downloadcryptopp-git-40f139074bf037968744492e1cd57460d640a8db.tar.gz
Port ppc_simd.h to Clang 3.8 (PR #900)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 9 insertions, 1 deletions
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: