Run clean after cibuild

This commit is contained in:
Cheng Zhao 2015-07-07 14:05:47 +08:00
parent 5e7f1ce383
commit 3fa1f3ca6f

View file

@ -73,6 +73,8 @@ def main():
if PLATFORM != 'win32':
run_script('test.py', ['--ci'])
run_script('clean.py')
def run_script(script, args=[]):
print 'Running', script