Only run tests for x64 target
This commit is contained in:
parent
f2daeb9d70
commit
88b71b9633
1 changed files with 2 additions and 1 deletions
|
@ -71,6 +71,7 @@ def main():
|
||||||
run_script('pylint.py')
|
run_script('pylint.py')
|
||||||
run_script('coffeelint.py')
|
run_script('coffeelint.py')
|
||||||
run_script('build.py', ['-c', 'Debug'])
|
run_script('build.py', ['-c', 'Debug'])
|
||||||
|
if target_arch == 'x64':
|
||||||
run_script('test.py', ['--ci'])
|
run_script('test.py', ['--ci'])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue