summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-22 16:59:39 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-22 16:59:39 -0400
commit1cb796038d2083b5d2768bbedb20b74637825cbb (patch)
tree1660780ddee5240508024b1c8b22f12347fcc809 /.travis.yml
parent5f57476178c65bd350abbfb8795f034e7c16283a (diff)
downloadcryptopp-git-1cb796038d2083b5d2768bbedb20b74637825cbb.tar.gz
Add PPC64 builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 19 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 11e161c9..cfa8263d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@
# https://github.com/travis-ci/travis-yml/blob/master/schema.json.
language: cpp
-dist: xenial
+dist: bionic
sudo: required
git:
@@ -398,6 +398,24 @@ jobs:
- BUILD_MODE=cmake
- BUILD_JOBS=2
- os: linux
+ name: Linux with GCC (all)
+ arch: ppc64le
+ compiler: gcc
+ dist: bionic
+ env:
+ - BUILD_OS=linux
+ - BUILD_MODE=all
+ - BUILD_JOBS=2
+ - os: linux
+ name: Linux with Clang (all)
+ arch: ppc64le
+ compiler: clang
+ dist: bionic
+ env:
+ - BUILD_OS=linux
+ - BUILD_MODE=all
+ - BUILD_JOBS=2
+ - os: linux
name: Android on Linux (armeabi-v7a)
arch: amd64
env:
@@ -580,9 +598,6 @@ branches:
- master
- /\/ci$/
-addons:
- sonarcloud: false
-
notifications:
email:
recipients: