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

Commit 94ab1a0

Browse files
committed
travis: Add s390
Presubmit: https://travis-ci.com/nathanchance/continuous-integration/builds/147875953 [skip ci] Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 8df10c9 commit 94ab1a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
env: ARCH=ppc64
1919
- name: "ARCH=ppc64le LD=ld.lld"
2020
env: ARCH=ppc64le LD=ld.lld-11
21+
- name: "ARCH=s390"
22+
env: ARCH=s390
2123
- name: "ARCH=x86_64 LD=ld.lld"
2224
env: ARCH=x86_64 LD=ld.lld-11
2325
# linux (cron only)
@@ -47,6 +49,9 @@ jobs:
4749
- name: "ARCH=ppc64le LD=ld.lld REPO=linux-next"
4850
env: ARCH=ppc64le LD=ld.lld-11 REPO=linux-next
4951
if: type = cron
52+
- name: "ARCH=s390 REPO=linux-next"
53+
env: ARCH=s390 REPO=linux-next
54+
if: type = cron
5055
- name: "ARCH=x86_64 LD=ld.lld REPO=linux-next"
5156
env: ARCH=x86_64 LD=ld.lld-11 REPO=linux-next
5257
if: type = cron

0 commit comments

Comments
 (0)