From ebe63c84ec547f5556bc47ae70bfb1c6551bf2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Mon, 2 Nov 2020 04:12:49 +1100 Subject: [PATCH] ci: Add ppc64le pipeline (#281) --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 310e387d..1746dd9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,12 @@ matrix: arch: amd64 rust: stable + # PowerPC 64 LE + - os: linux + env: TARGET=powerpc64le-unknown-linux-gnu + arch: ppc64le + rust: stable + # ARM stuff (skip beta for now, see https://github.com/rust-lang/rust/issues/62896) # TODO: [ARM] Support ARM binary generation...? - os: linux