Run cpplint as part of our CI build
This will help ensure a consistent C++ coding style.
This commit is contained in:
parent
904cb1a564
commit
43f3d0acdc
4 changed files with 41 additions and 0 deletions
|
@ -18,6 +18,7 @@ def main():
|
|||
|
||||
url = 'https://{0}.s3.amazonaws.com/libchromiumcontent'.format(os.environ['JANKY_ARTIFACTS_S3_BUCKET'])
|
||||
return (run_script('bootstrap', url) or
|
||||
run_script('cpplint') or
|
||||
run_script('build'))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue