8000 Add static code analysis to CI build chain · Issue #7 · jmcph4/azorian · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Add static code analysis to CI build chain #7
Open
@jmcph4

Description

@jmcph4

Static code checking needs to be added to the build process and Continuous Integration (CI) build chain.
I have struggled to add OCLint to our Travis CI configuration (over 20 failed builds in fact) to no avail. OCLint seems to do the actual job of static checking well enough; however, it is extremely intolerant to different build systems and CI (despite what their documentation might suggest).