From: Fangming.Fang Date: Sun, 29 Sep 2019 05:58:19 +0000 (+0000) Subject: Add arm64 in test matrix on TravisCI. X-Git-Tag: openssl-3.0.0-alpha1~1228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0399aba7e05ea9bb1a58bd2e1b164f353f6ef1c9;p=thirdparty%2Fopenssl.git Add arm64 in test matrix on TravisCI. Change-Id: I5d2b729699cfd8e80c3df17db4a9d2edcbf64454 Reviewed-by: Shane Lontis Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10046) --- diff --git a/.travis.yml b/.travis.yml index ade61d1d606..9b655d84c85 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