diff options
author | Fangming.Fang <fangming.fang@arm.com> | 2019-09-29 05:58:19 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-10-03 07:53:14 +0200 |
commit | 0399aba7e05ea9bb1a58bd2e1b164f353f6ef1c9 (patch) | |
tree | eee7d3933f96beb1b57a666ca3b79e6596225c98 /.travis.yml | |
parent | 091aab66a6dbc3a3ecee7684aa30811b342f04e7 (diff) | |
download | openssl-new-0399aba7e05ea9bb1a58bd2e1b164f353f6ef1c9.tar.gz |
Add arm64 in test matrix on TravisCI.
Change-Id: I5d2b729699cfd8e80c3df17db4a9d2edcbf64454
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10046)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ade61d1d60..9b655d84c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,10 @@ env: matrix: include: + - os: linux + arch: arm64 + compiler: gcc + env: CONFIG_OPTS="--strict-warnings" - os: linux-ppc64le sudo: false compiler: clang |