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,7 +71,8 @@ def main():
|
|||
run_script('pylint.py')
|
||||
run_script('coffeelint.py')
|
||||
run_script('build.py', ['-c', 'Debug'])
|
||||
run_script('test.py', ['--ci'])
|
||||
if target_arch == 'x64':
|
||||
run_script('test.py', ['--ci'])
|
||||
|
||||
|
||||
def run_script(script, args=[]):
|
||||
|
|
Loading…
Reference in a new issue