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

Commit ff2e12d

Browse files
committed
travis: Add kernel/common targets
Add android-4.9, android-4.14, and android-4.19. Presubmit: https://travis-ci.com/nathanchance/continuous-integration/builds/102981340 [skip ci] Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 3b76223 commit ff2e12d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,25 @@ matrix:
8585
- name: "ARCH=x86_64 REPO=4.4"
8686
env: ARCH=x86_64 REPO=4.4
8787
if: type = cron
88+
# kernel/common
89+
- name: "ARCH=arm64 REPO=common-4.9"
90+
env: ARCH=arm64 REPO=common-4.9
91+
if: type = cron
92+
- name: "ARCH=arm64 REPO=common-4.14"
93+
env: ARCH=arm64 REPO=common-4.14
94+
if: type = cron
95+
- name: "ARCH=arm64 REPO=common-4.19"
96+
env: ARCH=arm64 REPO=common-4.19
97+
if: type = cron
98+
- name: "ARCH=x86_64 REPO=common-4.9"
99+
env: ARCH=x86_64 REPO=common-4.9
100+
if: type = cron
101+
- name: "ARCH=x86_64 REPO=common-4.14"
102+
env: ARCH=x86_64 REPO=common-4.14
103+
if: type = cron
104+
- name: "ARCH=x86_64 REPO=common-4.19"
105+
env: ARCH=x86_64 REPO=common-4.19
106+
if: type = cron
88107
compiler: gcc
89108
os: linux
90109
dist: trusty

0 commit comments

Comments
 (0)