Skip to content

Commit

Permalink
travis-ci: add "linux-ppc64le" to build matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Shipitsin <[email protected]>
Acked-by: Steffan Karger <[email protected]>
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/[email protected]/msg18271.html
Signed-off-by: Gert Doering <[email protected]>
  • Loading branch information
chipitsine authored and cron2 committed Mar 18, 2019
1 parent a475086 commit 27fb43d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ matrix:
- env: SSLLIB="openssl" OPENSSL_VERSION="1.1.0h"
os: linux
compiler: gcc
- env: SSLLIB="openssl" OPENSSL_VERSION="1.1.0h" LABEL="linux-ppc64le"
os: linux-ppc64le
compiler: gcc
- env: SSLLIB="openssl" CFLAGS="-fsanitize=address"
os: linux
compiler: clang
Expand Down

0 comments on commit 27fb43d

Please sign in to comment.