Only run tests for x64 target

This commit is contained in:
Cheng Zhao 2015-07-02 05:18:05 +00:00
parent f2daeb9d70
commit 88b71b9633

View file

@ -71,6 +71,7 @@ def main():
run_script('pylint.py')
run_script('coffeelint.py')
run_script('build.py', ['-c', 'Debug'])
if target_arch == 'x64':
run_script('test.py', ['--ci'])