Re: [RFC PATCH] travis.yml: split into build stages

2020-01-09 Thread Thomas Huth
On 08/01/2020 23.49, Alex Bennée wrote: > The idea of this is split the build across stages so any failure in > one stage will save time running later stages. So far I have have > arbitrarily chosen: > > canary: up-front quick to build and run > platforms: common build configurations > rest:

[RFC PATCH] travis.yml: split into build stages

2020-01-08 Thread Alex Bennée
The idea of this is split the build across stages so any failure in one stage will save time running later stages. So far I have have arbitrarily chosen: canary: up-front quick to build and run platforms: common build configurations rest: everything else The ideal should be canary and platf