Re: [PATCH v2] Add travis-ci config file

2019-02-19 Thread Alexander Graf
On 02/18/2019 07:57 PM, Daniel Kiper wrote: On Thu, Feb 14, 2019 at 02:12:28PM +0100, Alexander Graf wrote: There is a really convenient service for open source project from Travis CI: They allow for free CI testing using their infrastructure. Grub has had issues with broken builds for various

Re: [PATCH v2] Add travis-ci config file

2019-02-19 Thread Alexander Graf
On 02/18/2019 08:08 PM, Daniel Kiper wrote: On Mon, Feb 18, 2019 at 07:57:35PM +0100, Daniel Kiper wrote: On Thu, Feb 14, 2019 at 02:12:28PM +0100, Alexander Graf wrote: [...] + - mkdir /tmp/cross + # results in binaries like /tmp/cross/gcc-8.1.0-nolibc/ia64-linux/bin/ia64-linux-gcc + - f

Re: [PATCH v2] Add travis-ci config file

2019-02-18 Thread Daniel Kiper
On Mon, Feb 18, 2019 at 07:57:35PM +0100, Daniel Kiper wrote: > On Thu, Feb 14, 2019 at 02:12:28PM +0100, Alexander Graf wrote: [...] > > + - mkdir /tmp/cross > > + # results in binaries like > > /tmp/cross/gcc-8.1.0-nolibc/ia64-linux/bin/ia64-linux-gcc > > + - for i in $CROSS_TARGETS; do > >

Re: [PATCH v2] Add travis-ci config file

2019-02-18 Thread Daniel Kiper
On Thu, Feb 14, 2019 at 02:12:28PM +0100, Alexander Graf wrote: > There is a really convenient service for open source project from Travis > CI: They allow for free CI testing using their infrastructure. > > Grub has had issues with broken builds for various targets for a long time > already. The m

[PATCH v2] Add travis-ci config file

2019-02-14 Thread Alexander Graf
There is a really convenient service for open source project from Travis CI: They allow for free CI testing using their infrastructure. Grub has had issues with broken builds for various targets for a long time already. The main reason is a lack of CI to just do smoke tests on whether all targets