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
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: cpp
matrix:
include:
# linux
- name: "ARCH=arm32_v5"
env: ARCH=arm32_v5
- name: "ARCH=arm32_v5 LD=ld.lld"
env: ARCH=arm32_v5 LD=ld.lld-10
- name: "ARCH=arm32_v6"
env: ARCH=arm32_v6
- name: "ARCH=arm32_v7 LD=ld.lld"
Expand All @@ -23,8 +23,8 @@ matrix:
# linux (cron only)
#
# linux-next (cron only)
- name: "ARCH=arm32_v5 REPO=linux-next"
env: ARCH=arm32_v5 REPO=linux-next
- name: "ARCH=arm32_v5 LD=ld.lld REPO=linux-next"
env: ARCH=arm32_v5 LD=ld.lld-10 REPO=linux-next
if: type = cron
- name: "ARCH=arm32_v6 REPO=linux-next"
env: ARCH=arm32_v6 REPO=linux-next
Expand Down Expand Up @@ -110,8 +110,8 @@ matrix:
env: ARCH=x86_64 LD=ld.lld-10 REPO=android-4.19
if: type = cron
# linux with stable LLVM/Clang
- name: "ARCH=arm32_v5 LLVM_VERSION=9"
env: ARCH=arm32_v5 LLVM_VERSION=9
- name: "ARCH=arm32_v5 LD=ld.lld LLVM_VERSION=9"
env: ARCH=arm32_v5 LD=ld.lld-9 LLVM_VERSION=9
if: type = cron
- name: "ARCH=arm32_v6 LLVM_VERSION=9"
env: ARCH=arm32_v6 LLVM_VERSION=9
Expand Down