Skip to content

Commit 3731016

Browse files
committed
minor fix for appveyor build
1 parent c5e2745 commit 3731016

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

+4
Original file line numberDiff line numberDiff 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
8488
before_test:

0 commit comments

Comments
 (0)