File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -58,27 +58,31 @@ build_script:
5858 C:\Python27\python.exe setup.py bdist_wheel
5959
6060 del cv2\*.pyd
61+
6162 rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
6263
6364 xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build64\lib\RELEASE\*.pyd" cv2
6465
6566 C:\Python27-x64\python.exe setup.py bdist_wheel
6667
6768 del cv2\*.pyd
69+
6870 rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
6971
7072 xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build\lib\python3\Release\*.pyd" cv2
7173
7274 C:\Python35\python.exe setup.py bdist_wheel
7375
7476 del cv2\*.pyd
77+
7578 rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
7679
7780 xcopy "%APPVEYOR_BUILD_FOLDER%\opencv\build64\lib\python3\Release\*.pyd" cv2
7881
7982 C:\Python35-x64\python.exe setup.py bdist_wheel
8083
8184 del cv2\*.pyd
85+
8286 rmdir "%APPVEYOR_BUILD_FOLDER%\build" /s /q
8387
8488before_test :
You can’t perform that action at this time.
0 commit comments