
On Wed, Jun 19, 2019 at 05:47:12PM +0530, Prabhakar Kushwaha wrote:
NXP's LS1028 and LX2160 platform build support added via buildman in travis.yml.
Signed-off-by: Prabhakar Kushwaha prabhakar.kushwaha@nxp.com
.travis.yml | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/.travis.yml b/.travis.yml index 8bd49ef1a5..e4e7e653f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -183,6 +183,9 @@ matrix: - name: "buildman NXP AArch64 LS101x" env: - BUILDMAN="freescale&aarch64&ls101"
- name: "buildman NXP AArch64 LS102x"
env:
- BUILDMAN="freescale&aarch64&ls102"
- name: "buildman NXP AArch64 LS104x" env:
- BUILDMAN="freescale&aarch64&ls104"
@@ -192,6 +195,9 @@ matrix: - name: "buildman NXP AArch64 LS20xx" env: - BUILDMAN="freescale&aarch64&&ls20"
- name: "buildman NXP AArch64 LX216x"
env:
- BUILDMAN="freescale&aarch64&lx216"
- name: "buildman i.MX6 (non-NXP)" env:
- BUILDMAN="mx6 -x freescale,toradex,boundary,engicam"
Are you sure the current jobs don't catch these? I thought I checked for everything when I split it up.
And on a related note, I look forward to switching to gitlab CI where we control the job timeout and can stop splitting things up so much.