Build before running cpplint

Let's make sure things build before we check coding style. If it doesn't
even build, who cares about the style?
This commit is contained in:
Adam Roben 2013-11-17 18:15:45 -05:00
parent 991133b8e9
commit 24fbf6e2ef

View file

@ -18,8 +18,8 @@ def main():
url = 'https://{0}.s3.amazonaws.com/libchromiumcontent'.format(os.environ['JANKY_ARTIFACTS_S3_BUCKET']) url = 'https://{0}.s3.amazonaws.com/libchromiumcontent'.format(os.environ['JANKY_ARTIFACTS_S3_BUCKET'])
return (run_script('bootstrap', url) or return (run_script('bootstrap', url) or
run_script('cpplint') or run_script('build') or
run_script('build')) run_script('cpplint'))
def copy_to_environment(credentials_file): def copy_to_environment(credentials_file):