Re: [U-Boot] [PATCH v3] .travis.yml: build u-boot on travis-ci

2014-11-18 Thread Wolfgang Denk
Dear Roger, In message <1416377222-22192-1-git-send-email-r.me...@siemens.com> you wrote: > > +env: > + global: > +- PATH=$PATH:/tmp/dtc Should /tmp/dtc not go first in PATH, in case an older version of dtc is already installed on the build host? Best regards, Wolfgang Denk -- DENX So

Re: [U-Boot] [PATCH v3] .travis.yml: build u-boot on travis-ci

2014-11-18 Thread Wolfgang Denk
Dear Roger, In message <1416377222-22192-1-git-send-email-r.me...@siemens.com> you wrote: > From: "Meier, Roger" > > Goal: > - building all variants of U-Boot with multiple configurations > - code quality checks and metrics > - https://travis-ci.org/u-boot/u-boot/builds > > Changes for v3

[U-Boot] [PATCH v3] .travis.yml: build u-boot on travis-ci

2014-11-18 Thread Roger Meier
From: "Meier, Roger" Goal: - building all variants of U-Boot with multiple configurations - code quality checks and metrics - https://travis-ci.org/u-boot/u-boot/builds Changes for v3: - fix patch format (recognized by Andreas Färber) - get in touch with GitHub about the orphan u-boot