summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrung LĂȘ <trung.le@ruby-journal.com>2020-11-02 04:12:49 +1100
committerGitHub <noreply@github.com>2020-11-01 12:12:49 -0500
commitebe63c84ec547f5556bc47ae70bfb1c6551bf2e5 (patch)
tree98430dc399249d424212ad9e60043e09d605c4e0
parentd9472c6a4243c586007f69722a566d8b3618737d (diff)
ci: Add ppc64le pipeline (#281)
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
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