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

Commit ec3e0dc

Browse files
committed
travis: Presubmit
Signed-off-by: Nathan Chancellor <[email protected]>
1 parent c5cb46f commit ec3e0dc

File tree

1 file changed

+0
-85
lines changed

1 file changed

+0
-85
lines changed

.travis.yml

Lines changed: 0 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -2,95 +2,10 @@ language: cpp
22
matrix:
33
include:
44
# linux
5-
- name: "ARCH=arm32_v5"
6-
env: ARCH=arm32_v5
7-
- name: "ARCH=arm32_v6"
8-
env: ARCH=arm32_v6
95
- name: "ARCH=arm32_v7 LD=ld.lld"
106
env: ARCH=arm32_v7 LD=ld.lld-9
11-
- name: "ARCH=arm64 LD=ld.lld"
12-
env: ARCH=arm64 LD=ld.lld-9
13-
- name: "ARCH=ppc32"
14-
env: ARCH=ppc32
15-
- name: "ARCH=ppc64le"
16-
env: ARCH=ppc64le
17-
- name: "ARCH=x86_64"
18-
env: ARCH=x86_64
19-
# linux (cron only)
20-
- name: "ARCH=arm32_v7"
21-
env: ARCH=arm32_v7
22-
if: type = cron
23-
- name: "ARCH=arm64"
24-
env: ARCH=arm64
25-
if: type = cron
26-
# linux-next (cron only)
27-
- name: "ARCH=arm32_v5 REPO=linux-next"
28-
env: ARCH=arm32_v5 REPO=linux-next
29-
if: type = cron
30-
- name: "ARCH=arm32_v6 REPO=linux-next"
31-
env: ARCH=arm32_v6 REPO=linux-next
32-
if: type = cron
33-
- name: "ARCH=arm32_v7 REPO=linux-next"
34-
env: ARCH=arm32_v7 REPO=linux-next
35-
if: type = cron
367
- name: "ARCH=arm32_v7 LD=ld.lld REPO=linux-next"
378
env: ARCH=arm32_v7 LD=ld.lld-9 REPO=linux-next
38-
if: type = cron
39-
- name: "ARCH=arm64 REPO=linux-next"
40-
env: ARCH=arm64 REPO=linux-next
41-
if: type = cron
42-
- name: "ARCH=arm64 LD=ld.lld REPO=linux-next"
43-
env: ARCH=arm64 LD=ld.lld-9 REPO=linux-next
44-
if: type = cron
45-
- name: "ARCH=ppc32 REPO=linux-next"
46-
env: ARCH=ppc32 REPO=linux-next
47-
if: type = cron
48-
- name: "ARCH=ppc64le REPO=linux-next"
49-
env: ARCH=ppc64le REPO=linux-next
50-
if: type = cron
51-
- name: "ARCH=x86_64 REPO=linux-next"
52-
env: ARCH=x86_64 REPO=linux-next
53-
if: type = cron
54-
# stable
55-
- name: "ARCH=arm32_v7 REPO=4.19"
56-
env: ARCH=arm32_v7 REPO=4.19
57-
if: type = cron
58-
- name: "ARCH=arm64 REPO=4.19"
59-
env: ARCH=arm64 REPO=4.19
60-
if: type = cron
61-
- name: "ARCH=ppc64le REPO=4.19"
62-
env: ARCH=ppc64le REPO=4.19
63-
if: type = cron
64-
- name: "ARCH=x86_64 REPO=4.19"
65-
env: ARCH=x86_64 REPO=4.19
66-
if: type = cron
67-
- name: "ARCH=arm32_v7 REPO=4.14"
68-
env: ARCH=arm32_v7 REPO=4.14
69-
if: type = cron
70-
- name: "ARCH=arm64 REPO=4.14"
71-
env: ARCH=arm64 REPO=4.14
72-
if: type = cron
73-
- name: "ARCH=ppc64le REPO=4.14"
74-
env: ARCH=ppc64le REPO=4.14
75-
if: type = cron
76-
- name: "ARCH=x86_64 REPO=4.14"
77-
env: ARCH=x86_64 REPO=4.14
78-
if: type = cron
79-
- name: "ARCH=arm32_v7 REPO=4.9"
80-
env: ARCH=arm32_v7 REPO=4.9
81-
if: type = cron
82-
- name: "ARCH=arm64 REPO=4.9"
83-
env: ARCH=arm64 REPO=4.9
84-
if: type = cron
85-
- name: "ARCH=x86_64 REPO=4.9"
86-
env: ARCH=x86_64 REPO=4.9
87-
if: type = cron
88-
- name: "ARCH=arm64 REPO=4.4"
89-
env: ARCH=arm64 REPO=4.4
90-
if: type = cron
91-
- name: "ARCH=x86_64 REPO=4.4"
92-
env: ARCH=x86_64 REPO=4.4
93-
if: type = cron
949
compiler: gcc
9510
os: linux
9611
dist: trusty

0 commit comments

Comments
 (0)