spec: Run tests on OS X CI machine
This commit is contained in:
parent
311a5456ec
commit
817363b955
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def main():
|
|||
run_script('upload.py')
|
||||
else:
|
||||
run_script('build.py', ['-c', 'D'])
|
||||
if (is_travis or PLATFORM == 'linux') and target_arch == 'x64':
|
||||
if PLATFORM != 'win32' and target_arch == 'x64':
|
||||
run_script('test.py', ['--ci'])
|
||||
|
||||
run_script('clean.py')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue