Only build static_library version of libchromiumcontent in CI

This commit is contained in:
Cheng Zhao 2015-04-07 23:40:36 +08:00
parent 105aec4ea9
commit 1a36770286
3 changed files with 11 additions and 7 deletions

View file

@ -43,10 +43,10 @@ def main():
if is_travis and sys.platform == 'linux2':
with scoped_env('CXX', 'g++'):
with scoped_env('CC', 'gcc'):
run_script('bootstrap.py')
run_script('bootstrap.py', ['-v', '--dev'])
run_script('update.py')
else:
run_script('bootstrap.py')
run_script('bootstrap.py', ['-v', '--dev'])
run_script('cpplint.py')
if sys.platform != 'win32':