Clean before and after cibuild

Our CI machine is out of disk space
This commit is contained in:
Cheng Zhao 2015-07-03 13:52:13 +08:00
parent e4530e6e32
commit 6b7d3a070a
2 changed files with 7 additions and 2 deletions

View file

@ -12,8 +12,10 @@ SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
def main():
os.chdir(SOURCE_ROOT)
rm_rf('node_modules')
rm_rf('dist')
rm_rf('out')
rm_rf('spec/node_modules')
rm_rf('vendor/brightray/vendor/download/libchromiumcontent')
if __name__ == '__main__':