Run cpplint as part of our CI build

This will help ensure a consistent C++ coding style.
This commit is contained in:
Adam Roben 2013-11-17 17:36:57 -05:00
parent 904cb1a564
commit 43f3d0acdc
4 changed files with 41 additions and 0 deletions

View file

@ -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'))