Ensures buildbots don't have zip files in build directory.

This commit is contained in:
Steve Dower 2016-09-09 15:24:11 -07:00
parent 3cdd7f57a2
commit b230cc4b5c
1 changed files with 1 additions and 0 deletions

View File

@ -14,3 +14,4 @@ del /s "%root%\Lib\*.pyc" "%root%\Lib\*.pyo"
echo Deleting test leftovers ...
rmdir /s /q "%root%\build"
del /s "%pcbuild%\python*.zip"