From 51c8b1014f4e4277eb3096dc15b5e009394999f9 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 27 Jul 2019 23:14:16 +0500 Subject: [PATCH] travis-ci: add linux-ppc64le builds --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2