Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 032fab4

Browse files
committed
travis: Add ppc64
Presubmit: https://travis-ci.com/nathanchance/continuous-integration/builds/122211446 [skip ci] Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
1 parent 48b318a commit 032fab4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ matrix:
1212
env: ARCH=arm64 LD=ld.lld-9
1313
- name: "ARCH=ppc32"
1414
env: ARCH=ppc32
15+
- name: "ARCH=ppc64"
16+
env: ARCH=ppc64
1517
- name: "ARCH=ppc64le LD=ld.lld"
1618
env: ARCH=ppc64le LD=ld.lld-9
1719
- name: "ARCH=x86_64 LD=ld.lld"
@@ -34,6 +36,9 @@ matrix:
3436
- name: "ARCH=ppc32 REPO=linux-next"
3537
env: ARCH=ppc32 REPO=linux-next
3638
if: type = cron
39+
- name: "ARCH=ppc64 REPO=linux-next"
40+
env: ARCH=ppc64 REPO=linux-next
41+
if: type = cron
3742
- name: "ARCH=ppc64le LD=ld.lld REPO=linux-next"
3843
env: ARCH=ppc64le LD=ld.lld-9 REPO=linux-next
3944
if: type = cron
@@ -115,6 +120,9 @@ matrix:
115120
- name: "ARCH=ppc32 LLVM_VERSION=8"
116121
env: ARCH=ppc32 LLVM_VERSION=8
117122
if: type = cron
123+
- name: "ARCH=ppc64 REPO=linux-next LLVM_VERSION=8"
124+
env: ARCH=ppc64 REPO=linux-next LLVM_VERSION=8
125+
if: type = cron
118126
- name: "ARCH=ppc64le LLVM_VERSION=8"
119127
env: ARCH=ppc64le LLVM_VERSION=8
120128
if: type = cron

0 commit comments

Comments
 (0)