Rebuild native modules used in specs on each CI run
This commit is contained in:
parent
0d4a397656
commit
dd0601e674
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ def main():
|
|||
else:
|
||||
run_script('build.py', ['-c', 'D'])
|
||||
if PLATFORM == 'win32' or target_arch == 'x64':
|
||||
run_script('test.py', ['--ci'])
|
||||
run_script('test.py', ['--ci', '--rebuild_native_modules'])
|
||||
run_script('verify-ffmpeg.py')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue