Re: [PATCH] travis-ci: run scan-build every time

2017-02-26 Thread Samuel Lijin
On Sun, Feb 26, 2017 at 8:12 AM, Lars Schneider wrote: > >> On 26 Feb 2017, at 03:09, Samuel Lijin wrote: >> >> On Sat, Feb 25, 2017 at 3:48 PM, Lars Schneider >> wrote: >>> On 24 Feb 2017, at 18:29, Samuel Lijin

Re: [PATCH] travis-ci: run scan-build every time

2017-02-26 Thread Lars Schneider
> On 26 Feb 2017, at 03:09, Samuel Lijin wrote: > > On Sat, Feb 25, 2017 at 3:48 PM, Lars Schneider > wrote: >> >>> On 24 Feb 2017, at 18:29, Samuel Lijin wrote: >>> >>> It's worth noting that there seems to be a weird issue

Re: [PATCH] travis-ci: run scan-build every time

2017-02-25 Thread Samuel Lijin
On Sat, Feb 25, 2017 at 3:48 PM, Lars Schneider wrote: > >> On 24 Feb 2017, at 18:29, Samuel Lijin wrote: >> >> It's worth noting that there seems to be a weird issue with scan-build >> where it *will* generate a report for something locally, but

Re: [PATCH] travis-ci: run scan-build every time

2017-02-25 Thread Lars Schneider
> On 25 Feb 2017, at 23:31, Jeff King wrote: > > On Sat, Feb 25, 2017 at 10:48:52PM +0100, Lars Schneider wrote: > >> >>> On 24 Feb 2017, at 18:29, Samuel Lijin wrote: >>> >>> Introduces the scan-build static code analysis tool from the Clang >>> project to

Re: [PATCH] travis-ci: run scan-build every time

2017-02-25 Thread Jeff King
On Sat, Feb 25, 2017 at 10:48:52PM +0100, Lars Schneider wrote: > > > On 24 Feb 2017, at 18:29, Samuel Lijin wrote: > > > > Introduces the scan-build static code analysis tool from the Clang > > project to all Travis CI builds. Installs clang (since scan-build > > needs

Re: [PATCH] travis-ci: run scan-build every time

2017-02-25 Thread Lars Schneider
> On 24 Feb 2017, at 18:29, Samuel Lijin wrote: > > Introduces the scan-build static code analysis tool from the Clang > project to all Travis CI builds. Installs clang (since scan-build > needs clang as a dependency) to make this possible (on macOS, also > updates PATH to

[PATCH] travis-ci: run scan-build every time

2017-02-24 Thread Samuel Lijin
Introduces the scan-build static code analysis tool from the Clang project to all Travis CI builds. Installs clang (since scan-build needs clang as a dependency) to make this possible (on macOS, also updates PATH to allow scan-build to be invoked without referencing the full path). --- A build