From: Ilya Shipitsin Date: Sat, 27 Jul 2019 18:14:16 +0000 (+0500) Subject: travis-ci: add linux-ppc64le builds X-Git-Tag: v3.0.0~279^2~1 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;ds=sidebyside;h=51c8b1014f4e4277eb3096dc15b5e009394999f9;p=openssl-gost%2Fengine.git travis-ci: add linux-ppc64le builds --- diff --git a/.travis.yml b/.travis.yml index b3c120f..8255044 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,9 @@ matrix: include: - os: linux compiler: gcc + - env: LABEL="linux-ppc64le" + os: linux-ppc64le + compiler: gcc - env: ASAN=-DASAN=1 os: linux compiler: gcc