mirror of
https://github.com/electron/electron.git
synced 2026-01-27 16:28:23 -05:00
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:
@@ -18,8 +18,8 @@ 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'))
|
||||
run_script('build') or
|
||||
run_script('cpplint'))
|
||||
|
||||
|
||||
def copy_to_environment(credentials_file):
|
||||
|
||||
Reference in New Issue
Block a user