Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ matrix:
env: ARCH=arm32_v5
- name: "ARCH=arm32_v6"
env: ARCH=arm32_v6
- name: "ARCH=arm32_v7"
env: ARCH=arm32_v7
- name: "ARCH=arm32_v7 LD=ld.lld"
env: ARCH=arm32_v7 LD=ld.lld-9
- name: "ARCH=arm64 LD=ld.lld"
env: ARCH=arm64 LD=ld.lld-9
- name: "ARCH=ppc32"
Expand All @@ -17,6 +17,9 @@ matrix:
- name: "ARCH=x86_64"
env: ARCH=x86_64
# linux (cron only)
- name: "ARCH=arm32_v7"
env: ARCH=arm32_v7
if: type = cron
- name: "ARCH=arm64"
env: ARCH=arm64
if: type = cron
Expand All @@ -30,6 +33,12 @@ matrix:
- name: "ARCH=arm32_v7 REPO=linux-next"
env: ARCH=arm32_v7 REPO=linux-next
if: type = cron
- name: "ARCH=arm32_v7 REPO=linux-next"
env: ARCH=arm32_v7 REPO=linux-next
if: type = cron
- name: "ARCH=arm32_v7 LD=ld.lld REPO=linux-next"
env: ARCH=arm32_v7 LD=ld.lld-9 REPO=linux-next
if: type = cron
- name: "ARCH=arm64 REPO=linux-next"
env: ARCH=arm64 REPO=linux-next
if: type = cron
Expand Down