> That has been done my Michael as I can see.
>
> So one question: will this .travis.yml be applied to the main FFmpeg repo
> or the newly created FFmpeg-Coverity repo?
That's a good point, it doesn't even need to be in the main repo,
specially as there already is a travis.yml there.
Would probab
On Fri, Dec 2, 2016 at 3:22 AM Timo Rothenpieler
wrote:
> On 12/2/2016 4:14 AM, Timothy Gu wrote:
> > On Thu, Dec 1, 2016 at 1:23 PM Timo Rothenpieler
> > wrote:
> >
> >> Travis can only run scheduled builds daily, weekly or monthly.
> >
> > So we run them daily, and use a bit of logic in the .t
On 12/2/2016 4:14 AM, Timothy Gu wrote:
> On Thu, Dec 1, 2016 at 1:23 PM Timo Rothenpieler
> wrote:
>
>> Travis can only run scheduled builds daily, weekly or monthly.
>
> So we run them daily, and use a bit of logic in the .travis.yml to
>> cancel out early on 3 days per week.
>>
>
> Nice! Did
On Thu, Dec 1, 2016 at 1:23 PM Timo Rothenpieler
wrote:
> Travis can only run scheduled builds daily, weekly or monthly.
So we run them daily, and use a bit of logic in the .travis.yml to
> cancel out early on 3 days per week.
>
Nice! Didn't know Travis CI could do this.
> ---
> .travis.yml
Travis can only run scheduled builds daily, weekly or monthly.
So we run them daily, and use a bit of logic in the .travis.yml to
cancel out early on 3 days per week.
---
.travis.yml | 32 +++-
1 file changed, 7 insertions(+), 25 deletions(-)
diff --git a/.travis.yml b